next up previous
Next: writestring Up: Primitive Operators Previous: tlimit

to_records

<< ({arg1,arg2,...,argn})  to_records (arg1) ... (argn) n >>
Example: ({x,y2}) to_records ===> (x) (y2) 2
Example: (x,y2)   to_records ===> (x) (y2) 2
Example: [(x,y2) to_records pop] ===> [(x) (y2)]



root 2004-03-05