On Mon, Aug 01, 2016 at 12:46:52PM -0700, Aleks-Daniel Jakimenko-Aleksejev 
wrote:

> Code:
> say :35<lizmat>
> 
> Result:
> ===SORRY!=== Error while compiling -e
> Couldn't process entire number: 2/6 int chars, 2/-1 fractional chars
> at -e:1
> ------> say :35<lizmat>⏏<EOL>

This one is quite awesome too:

$ ./perl6-m -e 'say :3<4>'
===SORRY!=== Error while compiling -e
Couldn't process entire number: -1/1 int chars, 2/-1 fractional chars
at -e:1
------> say :3<4>⏏<EOL>

(there seem to be two off-by-one errors in the reporting, but it might be
that that part is just Garbage In, Garbage Out, and a distraction from the
true cause)

Nicholas Clark

Reply via email to