Independent routines

Routines not defined within any class or role.

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

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.