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.
pub fn boolean_from_integer(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)BOOLEAN.FROMINTEGER: Pushes FALSE if the top INTEGER is 0, or TRUE otherwise.