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


colomon: rakudo: * + * * *
p6eval: rakudo 015d77: OUTPUT«===SORRY!===␤set_number_native() not
implemented in class 'Num'␤»

or even simpler

colomon: rakudo: 2 + * * *
p6eval: rakudo 015d77: OUTPUT«===SORRY!===␤set_number_native() not
implemented in class 'Num'␤»

Contrast this with

colomon: rakudo: * * * + 2
p6eval: rakudo 015d77:  ( no output )

colomon: rakudo: say (* * * + 2)(4, 5)
p6eval: rakudo 015d77: OUTPUT«22␤

-- 
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to