code_from_bool

Function code_from_bool 

Source
pub fn code_from_bool(
    push_state: &mut PushState,
    _instruction_cache: &InstructionCache,
)
Expand description

CODE.FROMBOOLEAN: Pops the BOOLEAN stack and pushes the popped item (TRUE or FALSE) onto the CODE stack.