next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: undocumented

undocumented -- declare that something need not be documented

Synopsis

Description

i1 : f = method()

o1 = f

o1 : MethodFunction
i2 : f List := x -> 1

o2 = -*Function[currentString:2:13-2:16]*-

o2 : FunctionClosure
i3 : f VisibleList := x -> 2

o3 = -*Function[currentString:3:20-3:23]*-

o3 : FunctionClosure
i4 : f BasicList := x -> 3

o4 = -*Function[currentString:4:18-4:21]*-

o4 : FunctionClosure
i5 : undocumented { f, (f,List) }

See also

Ways to use undocumented :

For the programmer

The object undocumented is a method function with a single argument.