patch_seq_lte

Function patch_seq_lte 

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

Less than or equal: <=

Returns 1 if a <= b, 0 otherwise (Forth-style boolean) Stack effect: ( a b – flag )

§Safety

Stack must have two Int values on top