next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
firstFunction -- a silly first function
Synopsis
Usage:
firstFunction n
Inputs:
n
,
an
integer
,
Outputs:
a
string
,
Description
This function is provided by the package
PackageTemplate
.
i1 : firstFunction 1 o1 = Hello, World!
i2 : firstFunction 0 o2 = D'oh!
Ways to use
firstFunction
:
firstFunction(ZZ)