Top
Back: liftstd
Forward: lres
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.75 listvar

Syntax:
listvar ( [package] )
listvar ( [package,] type )
listvar ( [package,] ring_name )
listvar ( [package,] name )
listvar ( [package,] all )
Type:
none
Purpose:
lists all (user-)defined names in the current namespace:
  • listvar(): all currently visible names except procedures,
  • listvar(type): all currently visible names of the given type,
  • listvar(ring_name): all names which belong to the given ring,
  • listvar(name): the object with the given name,
  • listvar(all): all names except procedures.
The current basering is marked with a *. The nesting level of variables in procedures is shown in square brackets.

package can be Current, Top or any other identifier of type package.

Example:
 
See Names; Names in procedures; defined; names; package; type.

Top Back: liftstd Forward: lres 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 3-1-6, Dec 2012, generated by texi2html.