Forth achievement unlocked: implemented 4dup (duplicate the top 4 values on the stack in order) without using PICK (copy a value n items from the top of the stack to the top)
It is _so_ terrible and I probably should have just implemented PICK. But it works!