1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 19:28:44 +10:00
collapseos/blk/403

15 lines
159 B
Plaintext
Raw Normal View History

: INTERPRET
BEGIN
WORD
(find)
IF
1 FLAGS !
EXECUTE
0 FLAGS !
ELSE
(parse*) @ EXECUTE
THEN
AGAIN
;