| Did you know ... | Search Documentation: |
| code->forward |
->execute
on itself. Example:
new(@m, message(@pce, write_ln, @arg1, @arg2)), send(@m, forward, hello, world).
will print
hello world
code->forward
pushes a variable-binding frame, thus limiting the scope of
local assignments to var
objects (see class assign
and var->assign.
->forward_vector <-forward