# New Ticket Created by  Brad Gilbert 
# Please include the string:  [perl #125524]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125524 >



    $ perl6-m -e 'say 10 ** 10 ** 10'
    0

While it does come to the conclusion very quickly, the result doesn't make any 
sense.

The JVM backend at least returns a sensible value, even if it does take
quite a bit longer to figure out.

    $ perl6-j -e 'say 10 ** 10 ** 10'
    Inf

Reply via email to