mirror of
https://github.com/hsoft/collapseos.git
synced 2025-02-14 09:56:01 +11:00
15 lines
159 B
Plaintext
15 lines
159 B
Plaintext
: INTERPRET
|
|
BEGIN
|
|
WORD
|
|
(find)
|
|
IF
|
|
1 FLAGS !
|
|
EXECUTE
|
|
0 FLAGS !
|
|
ELSE
|
|
(parse*) @ EXECUTE
|
|
THEN
|
|
AGAIN
|
|
;
|
|
|