Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
180B

  1. VARIABLE ACC
  2. : _LIST ." Block " DUP . NL LIST ;
  3. : _NUM
  4. ACC @ SWAP _pdacc
  5. IF _LIST 0 THEN
  6. ACC !
  7. ;
  8. : L BLK> @ _LIST ;
  9. : B BLK> @ 1- BLK@ L ;
  10. : N BLK> @ 1+ BLK@ L ;