Activities/Turtle Art/Toolbars: Difference between revisions
Line 161: | Line 161: | ||
* 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) | ||
* vertical spacer | |||
* stop stack: interrupt execution | |||
* while: execute stack under right flow ''while'' the condition is true (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) (Only available with Turtle Blocks) | ||
* until: execute stack under right flow ''until'' 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) (Only available with Turtle Blocks) | ||
====Blocks Palette==== | ====Blocks Palette==== |