5 lines
178 B
Raku
5 lines
178 B
Raku
$foo scalar (object)
|
|
@foo ordered array
|
|
%foo unordered hash (associative array)
|
|
&foo code/rule/token/regex
|
|
::foo package/module/class/role/subset/enum/type/grammar
|