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/08/05 21:36] justinscript_syntax [2020/08/05 21:36] justin
Line 5: Line 5:
  
 =====Statement Syntax===== =====Statement Syntax=====
-Statements are the basic building blocks of the scripting language and represent a particular action to be taken. A statement can be either a function call, assignment of a value to a variable/property, or control statement (i.e. "If" statement, "While" loop, or "For" loop). 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.+Statements are the basic building blocks of Bauxite and represent a particular action to be taken. A statement can be either a function call, assignment of a value to a variable/property, or control statement (i.e. "If" statement, "While" loop, or "For" loop). 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