Previous | Up | Next |
_loadS
Compile a Scol source program from a string, in the current channel.Parameters
I _loadS ( S _scol_string_ )
Return value
_scol_string_ string containing a scol program
0 if success
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- ECHN if the current channel is invalid.
- EMEM if a memory error occurs (the VM is not able to push the current environment).
- EUNABLE if the VM can not read the temporary resource.
- EVM if the string contains another error during the compilation time (this error is not fatal, the package is compiled, not executed).