exit multimethod
Methods
- exit(status:Any=1) Source: stdlib.ngs:5132
Exit with given status Parameters
status converted 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
status converted to exit code using ExitCode()