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 9708f2e commit 3de429dCopy full SHA for 3de429d
S99-glossary.pod
@@ -1089,7 +1089,7 @@ Code specific to the L</instruction set> of a hardware architecture. Compare wit
1089
L<Variable|/variable> that has a behavior of its own and that is denoted by
1090
a sigiless name with a non alphanumeric character.
1091
Unlike Perl 5 that has a profusion of magic variables, Perl 6 includes only the
1092
-magic variables L</$_>, L</$/> and L<$!>. They are L</block> L</scope>d and are implicitly
+magic variables L</$_>, L</"$/"> and L<$!>. They are L</block> L</scope>d and are implicitly
1093
defined at the beginning of each block.
1094
1095
=head2 Match
0 commit comments