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.

13 lines
241B

  1. : '? WORD FIND ;
  2. : '
  3. '? (?br) [ 4 , ] EXIT
  4. LIT< (wnf) FIND DROP EXECUTE
  5. ;
  6. : ROLL
  7. ?DUP NOT IF EXIT THEN
  8. 1+ DUP PICK ( n val )
  9. SWAP 2 * (roll) ( val )
  10. NIP ;
  11. : 2OVER 3 PICK 3 PICK ;
  12. : 2SWAP 3 ROLL 3 ROLL ;