Declare Variable
Object that allows the declaration of a variable
Last updated
Object that allows the declaration of a variable
Last updated
Field | Description |
Title | Object Title |
Variable Identifier Name | Unique name that will reference the variable. |
Variable Type | The type of the variable. |
Initial Value | Initial value that will be assigned to the variable |
<Check> List | Declares the variable as a List of the "Variable Type". |
<Check> Global | Declares the variable as global in the project. If not checked, the variable will be declared in the current scope. |