Skip to content

Commit 8edb16d

Browse files
committed
add pseudo packages to index
1 parent 9f1fe4f commit 8edb16d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/packages.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ not-yet-declared package name.
5252
5353
=head1 Pseudo-packages
5454
55+
X«|MY (package)»X«|OUR (package)»X«|CORE (package)»X«|GLOBAL (package)»X«|PROCESS (package)»X«|COMPILING(package)»
5556
The following pseudo-package names are reserved at the front of a name:
5657
5758
MY # Symbols in the current lexical scope (aka $?SCOPE)
@@ -61,6 +62,7 @@ The following pseudo-package names are reserved at the front of a name:
6162
PROCESS # Process-related globals (superglobals)
6263
COMPILING # Lexical symbols in the scope being compiled
6364
65+
X«|CALLER (package)»X«|CALLERS (package)»X«|DYNAMIC (package)»X«|OUTER (package)»X«|OUTERS (package)»X«|LEXICAL (package)»X«|UNIT (package)»X«|SETTING (package)»X«|PARENT (package)»X«|CIENT (package)»
6466
The following relative names are also reserved but may be used
6567
anywhere in a name:
6668

0 commit comments

Comments
 (0)