\ ----------------------------------------------------------------------- \ 2-1.FORTH ------------------------------------------------------------- \ ----------------------------------------------------------------------- \ Code from Starting Forth Chapter 2 \ ANSized by Benjamin Hoyt in 1997 ( problem 2-1 DUP DUP duplicates the top stack item twice whereas 2DUP duplicates the two top stack items once. )