_testpak 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
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).
- ENOFOUND if the package is unreachable in the current partition .
- EVM if the package contains another error during the compilation time (this error is not fatal, the package is compiled, not executed).
See also :
_testpakS
Example :