pub fn float_yank_dup(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)Expand description
FLOAT.YANKDUP: Pushes a copy of an indexed item “deep” in the stack onto the top of the stack, without removing the deep item. The index is taken from the INTEGER stack.