|
5.1.123 reservedName
Syntax:
reservedName ()
Type:
- none
Syntax:
reservedName ( string_expression )
Type:
- int
Purpose:
- prints a list of all reserved identifiers (first form) or tests
whether the string is a reserved identifier (second form).
Example:
| reservedName();
==> ... // output skipped
|
See
names;
string.
|