3 lines
257 B
Raku
3 lines
257 B
Raku
* # A standalone term that has no fixed value, instead it captures the notion of "Whatever",
|
|
# the meaning of which is decided lazily by whatever it is an argument to.
|
|
# See the "*" section of http://perlcabal.org/syn/S02.html#Built-In_Data_Types
|