3Predefined Variables

Variable Type Explanation
* iterator An iterator instance equivalent with "0..".
- nil Value of nil.
@rem nil Value of nil.
__name__ string If the current script is a main one that the interpreter launches, this variable is set to '__main__'. If it is imported by another as a module, this variable is set to that module name.
false boolean Value of false.
nil nil Value of nil.
root environment Top level scope.
true boolean Value of true.