Home | Trees | Indices | Help |
|
---|
|
f FUNCTION
The result obtained by applying FUNCTION
to an input
sequence is written as output.
Example: If input contains the sequences (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.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |