From f8e94d17facb66eba230c2bc0f9d3ee3305832d8 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 15 Nov 2019 20:24:45 +0100 Subject: [PATCH] fixed variadic reporters library --- HISTORY.md | 4 ++++ libraries/variadic-reporters.xml | 2 +- snap.html | 2 +- src/gui.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 68524041..ff23c246 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ * **Notable Fixes:** * **Translation Updates:** +## v5.3.6: +* **Notable Fix:** + * fixed variadic reporters library + ## v5.3.5: * **Notable Fix:** * make sure list watchers are correctly initiailized diff --git a/libraries/variadic-reporters.xml b/libraries/variadic-reporters.xml index 775c823f..0cc21656 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 (SUM (4) (100) (8)) reports 112.
pt:a soma de _ 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.
pt:o produto de _ 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.
pt:todas as afirmações _ são verdadeiras 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.
pt:alguma das afirmações _ é verdadeira 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.
pt:a soma de _ 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.
pt:o produto de _ 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.
pt:todas as afirmações _ são verdadeiras 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.
pt:alguma das afirmações _ é verdadeira 1
\ No newline at end of file diff --git a/snap.html b/snap.html index 89df5e15..e1ceaf92 100755 --- a/snap.html +++ b/snap.html @@ -2,7 +2,7 @@ - Snap! Build Your Own Blocks 5.3.5 + Snap! Build Your Own Blocks 5.3.6 diff --git a/src/gui.js b/src/gui.js index 3529e882..9208b6fc 100644 --- a/src/gui.js +++ b/src/gui.js @@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.3.5\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.3.6\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2019 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'