File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1284,13 +1284,13 @@ X<|$?TABSTOP>X<|$?NL>X<|$?DISTRIBUTION>
1284
1284
The following compile time variables allow for a deeper introspection:
1285
1285
1286
1286
= for table
1287
- $?PACKAGE Which package am I in?
1288
- $?MODULE,::?MODULE Which module am I in? It contains the type of the module.
1289
- $?CLASS Which class am I in? (as variable)
1290
- $?ROLE Which role am I in? (as variable)
1291
- $?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1292
- $?NL What a vertical newline "\n" means: LF, CR or CRLF
1293
- $?DISTRIBUTION The Distribution of the current compilation unit.
1287
+ $?PACKAGE Which package am I in?
1288
+ $?MODULE, ::?MODULE Which module am I in? It contains the type of the module.
1289
+ $?CLASS Which class am I in? (as variable)
1290
+ $?ROLE Which role am I in? (as variable)
1291
+ $?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1292
+ $?NL What a vertical newline "\n" means: LF, CR or CRLF
1293
+ $?DISTRIBUTION The Distribution of the current compilation unit.
1294
1294
1295
1295
With particular regard to the C < $?NL > , see the L < newline
1296
1296
pragma|/language/pragmas > .
You can’t perform that action at this time.
0 commit comments