next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
system facilities
>
addStartFunction
addStartFunction -- add a startup function
Synopsis
Usage:
addStartFunction f
Inputs:
f
,
a
function
Consequences:
When the program restarts, the function
f
will be called, with no arguments.
See also
addEndFunction
-- add an ending function
For the programmer
The object
addStartFunction
is
a
function closure
.