next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > Function

Function -- the class of all functions

Description

Common ways to make a function:
  • -> -- make a function
Returning from functions:
  • return -- return from a function

See also

Types of function :

Functions and methods returning a function :

Methods that use a function :

For the programmer

The object Function is a type, with ancestor class Thing.