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.

8 lines
186B

  1. (cont.)
  2. PICK Pick nth item from stack. "0 PICK" = DUP,
  3. "1 PICK" = OVER.
  4. ROLL Rotate PSP over n items. "1 ROLL" = SWAP,
  5. "2 ROLL" = ROT. 0 is noop.