We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3903e6 commit c5a4cb2Copy full SHA for c5a4cb2
doc/Language/create-cli.rakudoc
@@ -294,9 +294,9 @@ Usage:
294
295
=head2 Named arrays
296
297
-The MAIN subroutine can also use a kind of named parameter not available
298
-to ordinary subs: the named array. This enables, for instance, providing
299
-two different short arrays as arguments on a command line.
+The MAIN subroutine can also use a different kind of named parameter: the named array.
+This enables, for instance, providing two different short arrays as arguments on a
+command line.
300
301
Declare a named-array parameter with C<:@> in sub MAIN's signature:
302
0 commit comments