Hello,
> class samesame { hello samesame { say "Wosup?" } }
===SORRY!=== Error while compiling:
Unexpected block in infix position (missing statement control word before the
expression?)
------> class samesame { hello samesame⏏ { say "Wosup?" } }
expecting any of:
infix
infix stopper
postfix
Why is this a special case instead of a common undeclared error? The
second 'samesame' could be 'Instant' and do the same.
I'm not seeing how to continue from the ⏏ to make a statement.
rir
