TopBottomStack
Jump to navigation
Jump to search
Two stacks: “top” stack, and “bottom” stack.
^ Pop item from bottom stack and push it to top stack. v Same as above, but with the roles of the top and bottom stack reversed. < Output a object from the top stack. > Input a character to the top stack.
To be continued…