Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activities/Turtle Art
(view source)
Revision as of 11:03, 26 February 2010
785 bytes added
,
11:03, 26 February 2010
→Palettes Toolbar
Line 239:
Line 239:
These blocks control program flow.
These blocks control program flow.
+
+
* wait: pause program execution (unit is seconds)
+
* forever: continuously repeat execute stack under the right flow
+
* 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/else: conditional execution of the stack under the center and right flows (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)
+
* until: execute stack under right flow ''until'' the condition is true (uses boolean operators found on the Number palette)
+
* horizontal spacer
+
* vertical spacer
+
* stop stack: interrupt execution
[[Image:TAblocks.png]]
[[Image:TAblocks.png]]
Walter
Bureaucrats
,
Administrators
10,579
edits