over

Function over 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn over( stack: *mut StackValue, ) -> *mut StackValue
Expand description

Copy the second value to the top: ( a b – a b a )

§Safety

Stack must have at least two values.