#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_and(stack: Stack) -> StackExpand description
Logical AND operation (Forth-style: multiply for boolean values)
Stack effect: ( a b – result ) where 0 is false, non-zero is true Returns 1 if both are true (non-zero), 0 otherwise
§Safety
Stack must have at least two Int values