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 1f144fe commit f7607ceCopy full SHA for f7607ce
doc/Language/packages.pod6
@@ -25,7 +25,7 @@ sigil). This includes:
25
$Foo::Bar::baz # compound identifiers separated by ::
26
$Foo::($bar)::baz # compound identifiers that perform interpolations
27
$42 # numeric names
28
- $! # certain punctuational variables
+ $! # certain punctuation variables
29
30
X<|::,package>
31
C<::> is used to separate nested package names.
0 commit comments