Skip to content

Commit 21754ba

Browse files
committed
name ::?CLASS
1 parent dcf8944 commit 21754ba

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/Language/variables.pod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,13 @@ the block to the caught exception.
988988
=head2 Compile-time variables
989989
990990
=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.
997998
998999
Other compile-time variables:
9991000

0 commit comments

Comments
 (0)