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.