# New Ticket Created by  Tadeusz SoĊ›nierz 
# Please include the string:  [perl #76994]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76994 >


When 'i' is not prefixed by a number it's not recognised as a Complex
number.

> 5i.WHAT
Complex()
> i.WHAT
Could not find sub &i

i.WHAT is ok for the std evalbot on #perl6, but it's not for Rakudo.
Same happens for e.g. (2 + i).

Reply via email to