#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_or(stack: Stack) -> StackExpand 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