Question- what am I missing from the below two replies?

Larry's answer came through my browser with munged Unicode, it looks like
this

[image: image.png]
- with the Chinese character for "garlic" after the word "values"

Then Ralph says "[**] will be a wonderful thing when it's implemented" but
as far as I can tell, [**] is exponentiation (math) as a hyper-op, nothing
to do with flattening. From https://docs.raku.org/language/operators

say [**] 4, 3, 2;     # 4**3**2 = 4**(3**2) = 262144

Reply via email to