From ed5173863799378c699da426c4cd41348d0bcbf8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sun, 29 Dec 2013 03:02:05 -0800 Subject: adding libraries to the repo --- libraries/variadic-reporters.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 libraries/variadic-reporters.xml (limited to 'libraries/variadic-reporters.xml') diff --git a/libraries/variadic-reporters.xml b/libraries/variadic-reporters.xml new file mode 100644 index 0000000..d6ae177 --- /dev/null +++ b/libraries/variadic-reporters.xml @@ -0,0 +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 -- cgit v1.3.1