Skip to content

Commit 52d488b

Browse files
authored
Update variables.pod6
constant defined with prefixes but not in summary table
1 parent cf4a9be commit 52d488b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/Language/variables.pod6

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,11 @@ There are also two prefixes that resemble declarators but act on
460460
predefined variables:
461461
462462
=for table
463-
Prefix Effect
464-
====== ======
465-
temp Restores a variable's value at the end of scope
466-
let Restores a variable's value at the end of scope if the block exits unsuccessfully
463+
Prefix Effect
464+
====== ======
465+
temp Restores a variable's value at the end of scope
466+
let Restores a variable's value at the end of scope if the block exits unsuccessfully
467+
constant Declares that a container value is not going to change during its lifetime
467468
468469
=head2 The C<my> declarator
469470

0 commit comments

Comments
 (0)