Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
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.