#| This is a sample program, just to showcase the awesome stuff available in
#| Perl 6.
sub MAIN (
Str $arg-one, #= Just a random argument
Str $arg-two, #= Yet another argument used for showcasing
Str :$output, #= Last but not least, an option which allows for a value
) {
...
}
网友评论