pub unsafe extern "C" fn YASL_pushfloat(
    S: *mut YASL_State,
    value: f64
)
Expand description

[-0, +1] Pushes a double value onto the stack. @param S the YASL_State onto which to push the double. @param value the float to push onto the stack.