File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1073,7 +1073,8 @@ for '.' {
1073
1073
1074
1074
Other compile-time variables:
1075
1075
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 >
1077
1078
1078
1079
= for table
1079
1080
$?PACKAGE Which package am I in?
@@ -1082,9 +1083,11 @@ X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?ENC
1082
1083
$?ROLE Which role am I in? (as variable)
1083
1084
$?GRAMMAR Which grammar am I in?
1084
1085
$?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
1086
1087
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
1087
1088
1089
+
1090
+
1088
1091
= head2 Dynamic variables
1089
1092
1090
1093
= comment There should be a better way get this table to be formatted
You can’t perform that action at this time.
0 commit comments