sgs_EvalBuffer [function]
SGSRESULT sgs_EvalBuffer( sgs_Context* C, const char* buf, sgs_SizeVal size )
Compiles and executes a buffer of text or bytecode, leaving the return values on stack and returning their count.
- To ignore return values, use sgs_ExecBuffer.
Error codes:
- SGS_ECOMP: compiler error
- SGS_EINVAL: passed data was not recognized