1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 08:42:35 +10:00
collapseos/blk/269

4 lines
58 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
( b1 b2 -- )
2020-05-04 22:10:18 +10:00
: XPACKR 1+ SWAP DO I DUP . NL XPACK LOOP ;
2020-04-26 11:54:07 +10:00