We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4a9be commit 52d488bCopy full SHA for 52d488b
doc/Language/variables.pod6
@@ -460,10 +460,11 @@ There are also two prefixes that resemble declarators but act on
460
predefined variables:
461
462
=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
+ Prefix Effect
+ ====== ======
+ temp Restores a variable's value at the end of scope
+ 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
468
469
=head2 The C<my> declarator
470
0 commit comments