[Top]
|
Namespace predef::
-
- Constant
UNDEFINED
-
constant UNDEFINED
- Description
-
The undefined value; ie a zero for which zero_type() returns 1.
- Constant
this
-
constant this
- Description
-
Builtin read only variable that evaluates to the current object.
- See also
-
this_program , this_object()
- Constant
this_program
-
constant this_program
- Description
-
Builtin constant that evaluates to the current program.
- See also
-
this , this_object()
- Constant
__null_program
-
constant __null_program
- Description
-
Program used internally by the compiler.
- See also
-
__placeholder_object
- Constant
__placeholder_object
-
constant __placeholder_object
- Description
-
Object used internally by the compiler.
- See also
-
__null_program
|