no changeDo nothing.
..., any => ...Pop the top word from the stack.
..., any2, any1 => ...Pop the top two words from the stack.
..., any => ..., any, anyDuplicate the top word on the stack.
..., any2, any1 => ..., any2, any1, any2, any1Duplicate the top two words on the stack.
..., any2, any1 => ..., any1, any2, any1Duplicate the top word on the stack and insert the copy two words down in the stack.
..., any3, any2, any1 => ..., any2,, any1, any3, any2, any1Duplicate the top two words on the stack and insert the copies two words down in the stack.
..., any3, any2, any1 => ..., any1, any3, any2, any1Duplicate the top word on the stack and insert the copy three words down in the stack.
..., any4, any3, any2, any1 => ..., any2, any1, any4, any3, any2, any1Duplicate the top two words on the stack and insert the copies three words down in the stack.
..., any2, any1 => ..., any2, any1Swap the top two elements on the stack.
Generated with CERN WebMaker