On Mon Nov 02 03:42:01 2015, gfldex wrote:
> say 'a' <=> 'b';
> # OUTPUT«X::Multi::NoMatch exception produced no message in block 
> <unit> at /tmp/Pc4rxu0Uv1:1»

Works fine now:

$ perl6 -e "say 'a' <=> 'b';"
Cannot convert string to number: base-10 number must begin with valid digits or 
'.' in '⏏a' (indicated by ⏏)
  in block <unit> at -e line 1

Actually thrown at:
  in block <unit> at -e line 1

Closable with tests.
-- 
Will "Coke" Coleda

Reply via email to