* repeat: repeat the execution of stack under the right flow a specified number of times
* repeat: repeat the execution of stack under the right flow a specified number of times
* if/then: conditional execution of the stack under the right flow (uses boolean operators found on the Number palette)
* if/then: conditional execution of the stack under the right flow (uses boolean operators found on the Number palette)
−
* if/then/else: conditional execution of the stack under the center and right flows (uses boolean operators found on the Number palette)
+
* if/then/else: conditional execution of the stack under the center and right flows (uses boolean operators found on the Number palette) (Only available with Turtle Blocks)
−
* while: execute stack under right flow ''while'' the condition is true (uses boolean operators found on the Number palette)
+
* while: execute stack under right flow ''while'' the condition is true (uses boolean operators found on the Number palette) (Only available with Turtle Blocks)
−
* until: execute stack under right flow ''until'' the condition is true (uses boolean operators found on the Number palette)
+
* until: execute stack under right flow ''until'' the condition is true (uses boolean operators found on the Number palette) (Only available with Turtle Blocks)
−
* horizontal spacer
+
* horizontal spacer (Only available with Turtle Blocks)