pub fn integer_dup(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)Expand description
INTEGER.DUP: Duplicates the top item on the INTEGER stack. Does not pop its argument (which, if it did, would negate the effect of the duplication!).