Home | Trees | Indices | Help |
|
---|
|
f FUNCTION
The result obtained by applying FUNCTION
to an input
sequence is written as output.
(1, 2), (3, 4),
(5, 6)
then this command:
f 'x, y: x + y'generates the output
(3,), (7,), (11,)
.Functions | |||
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue Jan 1 16:27:53 2008 | http://epydoc.sourceforge.net |