exit multimethod

Methods

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

Parameters

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

Parameters

statusconverted to exit code using ExitCode()