Repeat Times: Difference between revisions
(Marked this version for translation) |
(duplicate file already uploaded) |
||
Line 15: | Line 15: | ||
<!--T:6--> | <!--T:6--> | ||
[[File:repeat_times_example.gif|alt=Repeat Times example gif|thumb]] | [[File:repeat_times_example.gif|alt=Repeat Times example gif|thumb]] | ||
[[File: | [[File:yield_example.png|alt=Repeat Times example code|thumb]] | ||
<!--T:7--> | <!--T:7--> |
Latest revision as of 18:06, 16 August 2023
Repeats the procedure(s) a specified number of times.
Syntax
Inputs in this block:
- a number
Example
In this model each agent leaves a stamp of a color which is repeated 15 times before it moves to the next color and repeats. Note that without the use of the yield statement the instructions would be completed in one tick of the clock.