# Hashes

    # => 'fat comma' auto-quotes barewords used as its left operand

    my %hash =
    	1 => "one",
    	2 => "two",
    	3 => "three";

    say %hash.WHAT;
    say %hash.perl;













"Fat Comma to Adverbial Pairs": https://www.youtube.com/watch?v=egz3HeNEDnM