Skip to content

Variable Prefix Miscount #4318

@librasteve

Description

@librasteve

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)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions