Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add "interpolating" to index
  • Loading branch information
tbrowder committed Feb 23, 2019
1 parent 45a20b4 commit b2ef986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/packages.pod6
Expand Up @@ -91,7 +91,7 @@ anywhere in a name:
CALLERS Dynamic symbols in any caller's lexical scope
DYNAMIC Dynamic symbols in my or any caller's lexical scope
OUTER Symbols in the next outer lexical scope
OUTERS Symbols in any outer lexical scope
OUTERS Symbols in any outer lexical scopeb
LEXICAL Dynamic symbols in my or any outer's lexical scope
UNIT Symbols in the outermost lexical scope of compilation unit
SETTING Lexical symbols in the unit's DSL (usually CORE)
Expand All @@ -115,7 +115,7 @@ the setting's outermost scope, use C<UNIT::OUTER> instead.
=head2 Interpolating into names
X<|::()> You may L<interpolate|/language/packages#Interpolating> a string into a package or variable name
X<|::()> You may L<interpolate|interpolating|/language/packages#Interpolating> a string into a package or variable name
using C<::($expr)> where you'd ordinarily put a package or variable
name. The string is allowed to contain additional instances of C<::>,
which will be interpreted as package nesting. You may only interpolate
Expand Down

0 comments on commit b2ef986

Please sign in to comment.