September 2017
Beginner
402 pages
9h 52m
English
These two operators create bindings. Bindings are synonyms that can be used instead of the original variable names to access their values.
We saw an example of using the := operator in the section about the =:= operator.
The second form, ::=, creates a read-only binding. Currently, it is not yet implemented in Rakudo.
Read now
Unlock full access