Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
name ::?CLASS
  • Loading branch information
gfldex committed Jan 22, 2016
1 parent dcf8944 commit 21754ba
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/Language/variables.pod
Expand Up @@ -988,12 +988,13 @@ the block to the caught exception.
=head2 Compile-time variables
=for table
$?FILE Which file am I in?
$?LINE Which line am I at?
&?ROUTINE Which routine am I in?
&?BLOCK Which block am I in?
%?LANG What is the current set of interwoven languages?
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
$?FILE Which file am I in?
$?LINE Which line am I at?
::?CLASS Which class am I in?
&?ROUTINE Which routine am I in?
&?BLOCK Which block am I in?
%?LANG What is the current set of interwoven languages?
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
Other compile-time variables:
Expand Down

0 comments on commit 21754ba

Please sign in to comment.