On Tue Jul 14 14:33:43 2015, alex.jakime...@gmail.com wrote: > Code: > macro FOO { 'say 1' }; FOO; > > Result: > ===SORRY!=== > Too few positionals passed; expected 3 arguments but got 2 > > > It should say that it is not implemented. Alternatively, you can implement > it...
No real change, though now you have to declare it experimental. 16:23 < [Coke]> m: use experimental :macros; macro FOO { 'say 1' }; FOO; 16:23 < camelia> rakudo-moar ce5dc0: OUTPUT«===SORRY!===Too few positionals passed; expected 3 arguments but got 2» -- Will "Coke" Coleda