The documentation for AACS and the CodeEditor.
Each regular instruction is documented according to the following template:
General description of the instruction’s purpose.
| Name | Type | Description | Required | Default Value | 
|---|---|---|---|---|
| Param Name | String | Does a thing. | ✓ | “Hello World” | 
| Param Name 2 | Number | Also does a thing. | ✗ | 5 | 
| Param Name 3 | Boolean | Does a thing as well. | ✗ | true | 
Note: There will never be a parameter with the type
undefined.
1:  AACS Code
-