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