Predefined variables
ASTER runtime starts with several variables predefined, representing constants useful for writing programs in clear and concise way.
These variables are not constants! So they can be UNSET
or their values can be changed within the program. If that will be the case, the program could stop making sense!
Name | Value | Comments |
---|---|---|
|
| Mathematical constant π |
|
| Mathematical constant e, base of the natural logarithm |
| Empty string | |
|
| Carriage return symbol |
|
| Linefeed symbol |
|
| Tab symbol |
|
| Represents value of true logical expression |
|
single SPACE character | Represents value of false logical expression |
| implementation specific | Represents a |
| implementation specific | Represents an empty array |
| implementation specific | Represents an empty object |