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 c315b0c commit 6b9286aCopy full SHA for 6b9286a
doc/Language/variables.pod6
@@ -1083,7 +1083,7 @@ X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?NL>X<|$?ENC>
1083
$?ROLE Which role am I in? (as variable)
1084
$?GRAMMAR Which grammar am I in?
1085
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1086
- $?NL What "\n" means: LF, CR or CRLF
+ $?NL What a vertical newline "\n" means: LF, CR or CRLF
1087
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
1088
1089
With particular regard to the C<$?NL>, see the L<newline pragma|/language/pragmas>.
0 commit comments