2020-05-14 11:57:26 -04:00
|
|
|
EXECUTE a -- Execute wordref at addr a
|
2020-04-28 08:28:59 -04:00
|
|
|
INTERPRET -- Get a line from stdin, compile it in tmp memory,
|
|
|
|
then execute the compiled contents.
|
|
|
|
LEAVE -- In a DO..LOOP, exit at the next LOOP call.
|
|
|
|
QUIT -- Return to interpreter prompt immediately
|
2020-06-11 18:12:01 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|