Push a double onto the stack
int SLang_push_double(double d)
SLang_push_double
may be used to push the double precision
floating point number d
onto the interpreter's run-time
stack. It returns zero upon success, or -1
upon error setting
SLang_Error
accordingly.
SLang_pop_double, SLang_push_integer