Independent routines
These routines are defined in different files together with a class, but are not actually attached to any particular class or role.
sub exit
Defined as: multi sub exit() multi sub exit(Int(Any) $status)
Exits the current process with return code $status
.
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6