1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-19 09:38:46 +10:00
collapseos/blk/106
2020-10-28 20:29:28 -04:00

6 lines
115 B
Plaintext

CREATE ACC 0 ,
: _LIST ." Block " DUP . NL LIST ;
: L BLK> @ _LIST ;
: B BLK> @ 1- BLK@ L ;
: N BLK> @ 1+ BLK@ L ;