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:39] justinscript_syntax [2020/01/19 18:49] justin
Line 46: Line 46:
  
 ====For Loop==== ====For Loop====
-**For loops**+**For loops** allow you execute a set of statements a given number of times based on an iterable expression (e.g. an array of values). In the order listed, it consists of the keyword "for", a variable name that the current value will be assigned to, the "in" keyword, an expression to iterate though, the "do" keyword, any number of statements to execute, and lastly the "end" keyword.
  
 =====Literals===== =====Literals=====
script_syntax.txt · Last modified: 2023/11/06 14:13 by justin