Statement
Jump to navigation
Jump to search
A statement is a piece of scripting code. It is an instruction to the script Interpreter and tells it to do something.
Types of Statements
Value Assignment
A value assignment to a variable.
Control Structure
Any control structure including its blocks.
Command
Any scripting command including its arguments.