patch_seq_or

Function patch_seq_or 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_or(stack: Stack) -> Stack
Expand description

Logical OR operation (Forth-style)

Stack effect: ( a b – result ) where 0 is false, non-zero is true Returns 1 if either is true (non-zero), 0 otherwise

§Safety

Stack must have at least two Int values