File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -988,12 +988,13 @@ the block to the caught exception.
988
988
= head2 Compile-time variables
989
989
990
990
= for table
991
- $?FILE Which file am I in?
992
- $?LINE Which line am I at?
993
- &?ROUTINE Which routine am I in?
994
- &?BLOCK Which block am I in?
995
- %?LANG What is the current set of interwoven languages?
996
- %?RESOURCES The files associated with the "Distribution" of the current compilation unit.
991
+ $?FILE Which file am I in?
992
+ $?LINE Which line am I at?
993
+ ::?CLASS Which class am I in?
994
+ &?ROUTINE Which routine am I in?
995
+ &?BLOCK Which block am I in?
996
+ %?LANG What is the current set of interwoven languages?
997
+ %?RESOURCES The files associated with the "Distribution" of the current compilation unit.
997
998
998
999
Other compile-time variables:
999
1000
You can’t perform that action at this time.
0 commit comments