exit multimethod

Methods

exit(status:Any=1) Source: stdlib.ngs:5132
Exit with given status

Parameters

statusconverted to exit code using ExitCode()
exit(s:Str, status:Any=1) Source: stdlib.ngs:5136
Write message in s to standard error and exit

Parameters

statusconverted to exit code using ExitCode()