| 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 Thu Mar 27 22:39:14 2008 | http://epydoc.sourceforge.net |