Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reworded description of sub MAIN
Hope it's better now. Refs #2404.
  • Loading branch information
JJ committed Oct 22, 2018
1 parent 6483f94 commit e1016a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/Language/functions.pod6
Expand Up @@ -1115,8 +1115,10 @@ into a string context) in the C<for> loop that calls the function.
=head1 sub MAIN
There is no C<sub MAIN> in Perl 6, but you can provide one to create a
L<command line interface|https://docs.perl6.org/language/create-cli> for your script.
Declaring a C<sub MAIN> is not compulsory in Perl 6 scripts, but you can
provide one to create a
L<command line interface|https://docs.perl6.org/language/create-cli>
for your script.
=end pod

Expand Down

0 comments on commit e1016a8

Please sign in to comment.