From 19fe688e087e6c0393ba251b2fcfae62b08e1f05 Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Mon, 7 Jan 2019 00:51:28 -0800 Subject: [PATCH] Fix typo in SUM help (variadic-reporters.xml) --- libraries/variadic-reporters.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/variadic-reporters.xml b/libraries/variadic-reporters.xml index d6ae1775..5e5728cd 100644 --- a/libraries/variadic-reporters.xml +++ b/libraries/variadic-reporters.xml @@ -1 +1 @@ -Takes any number of numbers as inputs (use the left and right arrowheads to adjust the number of input slots) and reports the result of adding them all, so ISUM (4) (100) (8)) reports 112.1Takes any number of numbers as inputs (use the left and right arrowheads to adjust the number of input slots) and reports the result of multiplying them all, so (PRODUCT (4) (100) (8)) reports 3200.1Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE only if all of the inputs are TRUE, otherwise FALSE. Like AND but for multiple inputs.1Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE if at least one input is TRUE, otherwise FALSE.1 \ No newline at end of file +Takes any number of numbers as inputs (use the left and right arrowheads to adjust the number of input slots) and reports the result of adding them all, so (SUM (4) (100) (8)) reports 112.
1
Takes any number of numbers as inputs (use the left and right arrowheads to adjust the number of input slots) and reports the result of multiplying them all, so (PRODUCT (4) (100) (8)) reports 3200.
1
Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE only if all of the inputs are TRUE, otherwise FALSE. Like AND but for multiple inputs.
1
Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE if at least one input is TRUE, otherwise FALSE.
1
\ No newline at end of file