sorear/niecza

[TODO] imports

Opened this issue · 0 comments

<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> niecza v19-13-g442e075: OUTPUT«===SORRY!===␤␤Action method statement_control:import [...]
< TimToady> apparently not
* masak submits nieczaissue