I am trying to implement a Whitespace interpreter for fun, currently I am following this tutorial to learn its syntax.
The syntax looks easy, but I don't understand what "Duplicate the top item on the stack" mean. What does that mean? does it mean to get the value of stack top and save it into a special register?