User Tools

Site Tools


script_syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
script_syntax [2020/01/19 18:30] justinscript_syntax [2020/01/19 18:39] justin
Line 43: Line 43:
  
 ====While Loop==== ====While Loop====
-**While loops**+**While loops** allow you to execute a set of statements repeatedly as long as a particular condition evaluates to true. In the order listed, it consists of the keyword "while", a condition to check, the "do" keyword, any statements to execute if the condition is true, and lastly the "end" keyword. See [[Conditional Expression]] for more information and a list of valid comparison operators that can be used in the condition.
  
 ====For Loop==== ====For Loop====
script_syntax.txt · Last modified: 2023/11/06 14:13 by justin