next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
secondFunction(..., MyOption => ...) -- add level to result
Synopsis
Usage:
secondFunction(...,MyOption=>n)
Inputs:
n
,
an
integer
, the level to use
Consequences:
The value
n
is added to the result
Description
Any more description can go
here
.
i1 : secondFunction(4,6,MyOption=>3) o1 = 13
Further information
Default value:
0
Function:
secondFunction
-- a silly second function
Option name:
MyOption
-- optional argument specifying a level
See also
firstFunction
-- a silly first function