next up previous
Next: exit Up: Primitive Operators Previous: eval

exec

<< { executable array } exec >>
The primitive exec executes each primitive in the executable
array sequentially.
Example: {1 2 add print pop} exec ;
    ===> 3


Nobuki Takayama 平成13年8月23日