Home Online Manual
Top
Back: res
Forward: resultant
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.128 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
  reservedName("ring");
==> 1
  reservedName("xyz");
==> 0
See names; string.