File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ C<$!> is set to the C<Any> type object.
1114
1114
Note that C < CATCH > blocks I < do not > set C < $! > . Rather they set C < $_ > inside
1115
1115
the block to the caught exception.
1116
1116
1117
- X < |$?FILE > X < |$?LINE > X < |::?CLASS > X < |&?ROUTINE > X < |&? BLOCK> X < |%?LANG > X < |%?RESOURCES >
1117
+ X < |$?FILE > X < |$?LINE > X < |::?CLASS > X < |&?BLOCK > X < |%?RESOURCES >
1118
1118
= head2 Compile-time variables
1119
1119
1120
1120
All compile time variables have a question mark as part of the twigil.
@@ -1127,7 +1127,6 @@ The most common compile time variables are the following:
1127
1127
$?FILE Which file am I in?
1128
1128
$?LINE Which line am I at? [indexed from 1]
1129
1129
::?CLASS Which class am I in?
1130
- %?LANG What is the current set of interwoven languages?
1131
1130
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
1132
1131
1133
1132
C < $?FILE > and C < $?LINE > are also available from L < CallFrame|/type/CallFrame > as
@@ -1490,4 +1489,4 @@ words, such like C<add_method>.
1490
1489
1491
1490
= end pod
1492
1491
1493
- # vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
1492
+ # vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
You can’t perform that action at this time.
0 commit comments