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 [2017/10/16 07:19] justinscript_syntax [2017/10/17 13:55] justin
Line 5: Line 5:
  
 =====Statements====== =====Statements======
-Statements are the basic building blocks of the scripting language and represent a particular action to be taken. Currently, a statement can be either a function call or a conditional "if/then/else/end" statement. Multiple statements must be separated from each other using semicolons (;).+Statements are the basic building blocks of the scripting language and represent a particular action to be taken. Currently, a statement can be either a function call or a conditional "if/then/else/end" statement. Multiple statements must be separated from each other using semicolons (;). Whitespace between statements is ignored, although newlines and indentation are recommended for ease of reading.
  
 ====Function Calls==== ====Function Calls====
script_syntax.txt · Last modified: 2023/11/06 14:13 by justin