Skip to content

Commit 36ca184

Browse files
committed
Refs CallFrame from variables, closes #885
1 parent 6b7ca31 commit 36ca184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/variables.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,8 +1073,8 @@ the program.
10731073
The most common compile time variables are the following:
10741074
10751075
=for table
1076-
$?FILE Which file am I in?
1077-
$?LINE Which line am I at?
1076+
$?FILE Which file am I in? Also available as <C<callframe.file>|type/CallFrame#method_file>
1077+
$?LINE Which line am I at? Also available as <C<callframe.line>|type/CallFrame#method_line>
10781078
::?CLASS Which class am I in?
10791079
%?LANG What is the current set of interwoven languages?
10801080
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.

0 commit comments

Comments
 (0)