boolean_from_integer

Function boolean_from_integer 

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

BOOLEAN.FROMINTEGER: Pushes FALSE if the top INTEGER is 0, or TRUE otherwise.