compile_sgs [function]
compile_sgs( string code )
returns the generated bytecode or null + error info
- this function is equivalent to sgs_Compile in the C API
compile_sgs( io_file_read( "myfile.sgs" ) ); // ???
compile_sgs( io_file_read( "myfile.sgs" ) ); // ???