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.

17 lines
278B

  1. Return Stack
  2. >R n -- R:n Pops PS and push to RS
  3. R> R:n -- n Pops RS and push to PS
  4. I -- n Copy RS TOS to PS
  5. I' -- n Copy RS second item to PS
  6. J -- n Copy RS third item to PS