Skip to content

Commit cd879ef

Browse files
author
Jan-Olof Hendig
committed
Remove references to bogus SCOPE compile time var
1 parent a0f6515 commit cd879ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,10 +1044,9 @@ for '.' {
10441044
10451045
Other compile-time variables:
10461046
1047-
X<|$?SCOPE>X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?USAGE>X<|$?ENC>
1047+
X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?USAGE>X<|$?ENC>
10481048
10491049
=for table
1050-
$?SCOPE Which lexical scope am I in?
10511050
$?PACKAGE Which package am I in?
10521051
$?MODULE Which module am I in?
10531052
$?CLASS Which class am I in? (as variable)

0 commit comments

Comments
 (0)