Skip to content

Commit 7212cbf

Browse files
committed
mention unit is new scope declarator
1 parent 7e8ba5b commit 7212cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-bits.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,7 @@ Normal names and variables are declared using a I<scope declarator>:
20132013
state # introduces lexically scoped but persistent names
20142014
augment # adds definitions to an existing name
20152015
supersede # replaces definitions of an existing name
2016+
unit # like our, but introduces a compilation-unit scoped name
20162017

20172018
Names may also be declared in the signature of a function. These are
20182019
equivalent to a C<my> declaration inside the block of the function, except

0 commit comments

Comments
 (0)