On Mon Oct 03 11:26:36 2011, coke wrote: > On Fri Jul 30 06:34:10 2010, cognominal wrote: > > $ perl 6 > > > our Str a > > In "our" declaration, typename Str must be predeclared (or marked as > > declarative with :: prefix) at line 1, near " a\n" > > > > Here's what STD has to say: > > 14:25 <+p6eval> std 8b331d2: OUTPUT«===SORRY!===Multiple prefix > constraints > not yet supported at /tmp/k9Lxlm7UTU line 1:------> > our Str > ⏏aMalformed our at /tmp/k9Lxlm7UTU line 1:------> > our Str ⏏a > expecting any of: multi_declarator typen… > > > Rakudo is still giving the same error as before.
This now says: 11:29 < [Coke]> r: our Str a; #RT#76830 11:29 <+p6eval> rakudo 4fe23e: OUTPUT«===SORRY!===Malformed ourat /tmp/UfrCAUT0Im:1» Closable? -- Will "Coke" Coleda