-
Notifications
You must be signed in to change notification settings - Fork 0
Language Concepts
Luiz Fernando edited this page Feb 18, 2015
·
4 revisions
In ZScript, operations are executed by statements inside functions, with data being stored in variables and constants. The following sessions of this file explain the language's features and their usages:
- Types
- Value holders (Variables and Constants)
- Statements
- Functions
- Closures
- Objects
- Sequences