RosettaCodeData/Task/Start-from-a-main-routine/Perl/start-from-a-main-routine.pl
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

4 lines
132 B
Raku

BEGIN {...} # as soon as parsed
CHECK {...} # end of compile time
INIT {...} # beginning of run time
END {...} # end of run time