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:20:55 +11:00
Code
Issues
Releases
Wiki
Activity
76037ca1e7
collapseos
/
blk
/
155
5 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Introduce the notion of Extra words
2020-04-30 11:52:18 +10:00
: FILL ( a n b -- )
SWAP 2 PICK + ( a b a+n ) ROT ( b a+n a ) DO ( b )
DUP I C!
editor: add edit buffer Also, add word "C!+" and fix PSP leak in FILL.
2020-05-02 03:17:40 +10:00
LOOP DROP ;
Reference in New Issue
Copy Permalink