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.133 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). This includes blackbox/newstruct types.
Example:
 
reservedName();
==> ... // output skipped
  reservedName("ring");
==> 1
  reservedName("xyz");
==> 0
See names; string.

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
            User manual for Singular version 4.3.1, 2022, generated by texi2html.