WAIT: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
'''WAIT''' statements are simple conditional instructions. They evaluate a condition or series of conditions, and only continue on to the next line if true.
'''WAIT''' statements are simple conditional instructions. They evaluate a condition or series of conditions, and only continue on to the next line if true. This allows you to add a delay to the progression of a robot's program.


[[File:inst-wait-seconds_orig.gif|thumb|How to add a "wait seconds" instruction. ]]
[[File:inst-wait-seconds_orig.gif|thumb|How to add a "wait seconds" instruction. ]]