HELP DUP                                              Steven Hardy, March 1982

This duplicates the top item on the user stack (i.e. pushes it back onto the
stack again). It could be defined as:

    define dup(x) -> x -> x;
    enddefine;
