next | previous | forward |
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
FirstPackage
>
firstFunction(ZZ)
firstFunction(ZZ) -- a silly first function
Synopsis
Function:
firstFunction
Usage:
firstFunction n
Inputs:
n
,
an
integer
Outputs:
a
string
, a silly string, depending on the value of
n
Description
Here we show an example.
i1 : firstFunction 1 o1 = Hello World!
i2 : firstFunction 0 o2 = D'oh!