|
|
|
|
|
by ithkuil
876 days ago
|
|
Yes. In forth some words have the "immediate" flag set. When such words are encountered during compilation they are executed nevertheless. This allows words such as ; to end a word definition and return to interpretation mode. |
|