Up |
_testpakS Scol 6.x or above required
Compile a package in the current channel. The code is not ran, so it is usefull to test a package but this takes a long time.
Prototype :
fun [S] S
- S : a source Scol
Return : S the content error or nil if no error
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 package contains another error during the compilation time (this error is not fatal, the package is compiled, not executed).
See also :
Example :