pod
2018-03-28 本文已影响11人
焉知非鱼
#| 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
) {
...
}