This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-05 22:30:54 +11:00
Code
Issues
Releases
Wiki
Activity
60b4bbf28a
collapseos
/
blk
/
407
11 lines
153 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move all parsing words to Inner core This allows us to get rid of the (parse*) indirection.
2020-05-03 11:21:47 +10:00
: SCPY
BEGIN ( a )
DUP C@ ( a c )
DUP C, ( a c )
NOT IF DROP EXIT THEN
1+ ( a+1 )
AGAIN
;
Reference in New Issue
Copy Permalink