We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7ca31 commit 36ca184Copy full SHA for 36ca184
doc/Language/variables.pod6
@@ -1073,8 +1073,8 @@ the program.
1073
The most common compile time variables are the following:
1074
1075
=for table
1076
- $?FILE Which file am I in?
1077
- $?LINE Which line am I at?
+ $?FILE Which file am I in? Also available as <C<callframe.file>|type/CallFrame#method_file>
+ $?LINE Which line am I at? Also available as <C<callframe.line>|type/CallFrame#method_line>
1078
::?CLASS Which class am I in?
1079
%?LANG What is the current set of interwoven languages?
1080
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
0 commit comments