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.

14 lines
230B

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