diff --git a/IfElse.md b/IfElse.md index 11b4424..738d764 100644 --- a/IfElse.md +++ b/IfElse.md @@ -51,7 +51,7 @@ Only the plain **if** block appears in the toolbox: ![](if.png) -To add **else if** and **else** clauses, the user needs to click on the star icon, which opens a new window: +To add **else if** and **else** clauses, the user needs to click on the gear icon, which opens a new window: ![](if-open.png) diff --git a/Lists.md b/Lists.md index 09a27d8..13eabab 100644 --- a/Lists.md +++ b/Lists.md @@ -32,7 +32,7 @@ It is less common, but possible, to create a list with values of different types ### changing number of inputs -To change the number of inputs, click on the plus ("+") icon. This opens a new window: +To change the number of inputs, click on the gear icon. This opens a new window: ![](list-create-list-modify-tooltip.png) diff --git a/Loops.md b/Loops.md index 7255730..f327a75 100644 --- a/Loops.md +++ b/Loops.md @@ -1,5 +1,5 @@ -The **Control** category holds blocks that control whether other blocks placed in their **body** are run. (For example, in the below "repeat" block, the body contains the "print" block and its input.) There are two types of control blocks: [IfElse](IfElse) (described on their own page) and these, which control how many times the body is run and, in some cases, the value of a variable used within the body. These structures are called **loops** since the body is repeated (possibly) multiple times, reminiscent of a rope containing loops. Each pass through the loop is called an **iteration**. (How about our using the term "pass"?) For more information, see https://en.wikipedia.org/wiki/Control_flow#Loops. +The **Control** category holds blocks that control whether other blocks placed in their **body** are run. (For example, in the below "repeat" block, the body contains the "print" block and its input.) There are two types of control blocks: [IfElse](IfElse) (described on their own page) and these, which control how many times the body is run and, in some cases, the value of a variable used within the body. These structures are called **loops** since the body is repeated (possibly) multiple times, reminiscent of a rope containing loops. Each pass through the loop is called an **iteration**. For more information, see https://en.wikipedia.org/wiki/Control_flow#Loops. # Blocks for Loop Creation diff --git a/Text.md b/Text.md index 9326856..66eeafa 100644 --- a/Text.md +++ b/Text.md @@ -90,6 +90,7 @@ The **in text...get substring** block allows a region of text to be extracted, s * letter # * letter # from end * the first letter + and ending with: * letter # * letter # from end @@ -103,8 +104,8 @@ In the following example, "abc" is extracted. This block creates a version of the input text that is either: * UPPER CASE (all letters upper-case) - * Title Case (first letters upper-case, other letters lower-case) * lower case + * Title Case (first letters upper-case, other letters lower-case) The result of the following block is "HELLO". @@ -119,7 +120,7 @@ The following block removes space characters from: * the end of the text * both sides of the text -The result of the following block is "hi there". (Spaces in the middle of the text are not affected.) +The result of the following block is "hi   there". (Spaces in the middle of the text are not affected.) ![](text-trim-spaces.png) diff --git a/colour-print.png b/colour-print.png index 9623a26..03db76a 100644 Binary files a/colour-print.png and b/colour-print.png differ diff --git a/control-break.png b/control-break.png deleted file mode 100644 index 295d8db..0000000 Binary files a/control-break.png and /dev/null differ diff --git a/control-count-with.png b/control-count-with.png index 7dcb047..7fdb947 100644 Binary files a/control-count-with.png and b/control-count-with.png differ diff --git a/control-for-each-break.png b/control-for-each-break.png index 2abb2af..26bf794 100644 Binary files a/control-for-each-break.png and b/control-for-each-break.png differ diff --git a/control-for-each-continue.png b/control-for-each-continue.png index d9fa275..aabef70 100644 Binary files a/control-for-each-continue.png and b/control-for-each-continue.png differ diff --git a/control-for-each-down.png b/control-for-each-down.png index 757b517..f70f285 100644 Binary files a/control-for-each-down.png and b/control-for-each-down.png differ diff --git a/control-for-each.png b/control-for-each.png index 18af8f4..70afde0 100644 Binary files a/control-for-each.png and b/control-for-each.png differ diff --git a/control-repeat-continue.png b/control-repeat-continue.png deleted file mode 100644 index 788b899..0000000 Binary files a/control-repeat-continue.png and /dev/null differ diff --git a/control-repeat-until.png b/control-repeat-until.png index ec09fac..f071ce2 100644 Binary files a/control-repeat-until.png and b/control-repeat-until.png differ diff --git a/control-repeat-while.png b/control-repeat-while.png index 1927cca..297cf3f 100644 Binary files a/control-repeat-while.png and b/control-repeat-while.png differ diff --git a/list-print-popup.png b/list-print-popup.png index 1a6bac2..f3b67c3 100644 Binary files a/list-print-popup.png and b/list-print-popup.png differ