While: Difference between revisions
(Marked this version for translation) |
(duplicate file already uploaded) |
||
Line 14: | Line 14: | ||
<!--T:6--> | <!--T:6--> | ||
[[File: | [[File:set_clock_to_example.gif|alt=While example gif|thumb]] | ||
[[File:while_example.png|alt=While example code|thumb]] | [[File:while_example.png|alt=While example code|thumb]] | ||
Latest revision as of 18:05, 16 August 2023
Tests to see if the condition is true. If so, then executes the commands attached to the hook. Repeats these commands continually while the condition remains true.
Syntax
Inputs in this block:
Example
Above is a model of growing plants. These plants need rain to fall on them in order to get larger. The while loop controls the weather, dictating whether or not there is a thunderstorm.