|
|
|
predef::
- Constant
TOKENIZE_KEEP_ESCAPES
-
constant TOKENIZE_KEEP_ESCAPES
- Description
-
Don't unquote backslash-sequences in quoted strings during tokenizing.
This is used for bug-compatibility with Microsoft...
- See also
-
tokenize() , tokenize_labled()
- 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 to create objects
that are later modified into instances of the compiled program
by the compiler.
- See also
-
__placeholder_object
- Constant
__placeholder_object
-
constant __placeholder_object
- Description
-
Object used internally by the compiler.
- See also
-
__null_program
-
|
|