1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-01-26 23:46:02 +11: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
;