1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-03 05:20:55 +10:00
collapseos/blk/433

12 lines
167 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
: ROLL
DUP NOT IF EXIT THEN
1+ DUP PICK ( n val )
SWAP 2 * (roll) ( val )
SWAP DROP
;
: 2OVER 3 PICK 3 PICK ;
: 2SWAP 3 ROLL 3 ROLL ;