1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 23:18:47 +10:00
collapseos/blk/459
Virgil Dupras f023f9bcb4 Pack core words blks a bit tighter
With all this recent movements, we had a bit of a fragmentation
issue.
2020-05-02 21:47:32 -04:00

3 lines
57 B
Plaintext

( b1 b2 -- )
: LOADR 1+ SWAP DO I DUP . CRLF LOAD LOOP ;