Home Online Manual
Top
Back: poly related functions
Forward: proc declaration
FastBack: poly
FastForward: resolution
Up: Data types
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.17 proc

Procedures are sequences of SINGULAR commands in a special format. They are used to extend the set of SINGULAR commands with user defined commands. Once a procedure is defined it can be used as any other SINGULAR command. Procedures may be defined by either typing them on the command line or by loading them from a file. For a detailed description on the concept of procedures in SINGULAR see Procedures. A file containing procedure definitions which comply with certain syntax rules is called a library. Such a file is loaded using the command LIB. For more information on libraries see Libraries.

4.17.1 proc declaration  
4.17.2 proc expression  
4.17.3 procs with different argument types