- Perl 6 Deep Dive
- Andrew Shitov
- 54字
- 2021-07-03 00:05:47
Using variables
In any programming language, variables are named pieces of memory that you can use to store a value as well as retrieve it. In Perl 6, a variable is a container that can host a value of one of the types, either built-in in the language or created by the user.