Skip to content

Commit f3c2bbd

Browse files
committed
Add anchro for $?NL in 'other compile time variables'.
1 parent 55f79ab commit f3c2bbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/Language/variables.pod6

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,8 @@ for '.' {
10731073
10741074
Other compile-time variables:
10751075
1076-
X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?ENC>
1076+
X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>
1077+
X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?NL>X<|$?ENC>
10771078
10781079
=for table
10791080
$?PACKAGE Which package am I in?
@@ -1082,9 +1083,11 @@ X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?ENC
10821083
$?ROLE Which role am I in? (as variable)
10831084
$?GRAMMAR Which grammar am I in?
10841085
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1085-
$?NL What "\n" signifies: LF, CR or CRLF (see the L<newline pragma|/language/pragmas>)
1086+
$?NL What "\n" signifies: LF, CR or CRLF
10861087
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
10871088
1089+
1090+
10881091
=head2 Dynamic variables
10891092
10901093
=comment There should be a better way get this table to be formatted

0 commit comments

Comments
 (0)