pod

作者: 焉知非鱼 | 来源:发表于2018-03-28 20:55 被阅读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
) {
    ...
}

相关文章

网友评论

    本文标题:pod

    本文链接:https://www.haomeiwen.com/subject/choucftx.html