# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #114246]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114246 >


<TimToady> I dunno whether rakudo supports importing constants yet
<TimToady> you'd think it wouldn't be hard, since it already has to
import types, which parse the same
<TimToady> perl6: module MyPi { constant mypi is export = 3 }; import
MyPi; say mypi
<p6eval> ..rakudo 3ac8c7: OUTPUT«===SORRY!===␤CHECK FAILED:␤Undefined
routine '&mypi' called (line 1)␤»
<TimToady> apparently not
* masak submits rakudobug

Reply via email to