next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > The Macaulay2 language > system facilities > fork

fork -- fork the process

Description

fork() -- forks the process, returning the process id of the child in the parent, and returning 0 in the child.