1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 13:20:20 +10:00
collapseos/blk/758
Virgil Dupras 8c452f5add pcat: begin implementing find
Not comparing strings yet. Without asm tooling support, it's a big
chunk to swallow at once. It's progressing well!
2020-06-14 21:52:58 -04:00

5 lines
103 B
Plaintext

: CODE ( same as CREATE, but with native word )
(entry)
23 C, ( 23 == nativeWord ) ;
: ;CODE ;