-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Labels
docsDocumentation issue (primary issue type)Documentation issue (primary issue type)
Milestone
Description
Problem or new feature
This section https://docs.raku.org/language/variables#Variable_declarators_and_scope says...
There are also two prefixes that resemble declarators but act on predefined variables:
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 |
constant | Declares that a container value is not going to change during its lifetime |
Suggestions
I count 3
;-)
Metadata
Metadata
Assignees
Labels
docsDocumentation issue (primary issue type)Documentation issue (primary issue type)