STREAM - Stream Execution Command

Moves the first two elements from the list onto the stack, and executes obj. The moves the next element (if any) onto the stack, and executes obj again using the previous result and the new element. Repeats this until the list is exhausted, and returns the final result.

Level 2Level 1->Level 1
list }obj->result

Adrian Drury
Last modified: Sun Jun 21 16:38:45 EDT 1998