- Scripts
- Creating Scripts
- Attaching a Script
- Anatomy of a Basic Script
- The Using Section
- The Class Declaration Section
- The Class Contents
- Variables
- Creating Variables
- Variable Scope
- Public and Private
- Operators
- Arithmetic Operators
- Assignment Operators
- Equality Operators
- Logical Operators
- Conditionals
- The if Statement
- The if / else Statement
- The if / else if Statement
- Iteration
- The while Loop
- The for Loop