MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
279 stars 46 forks source link

Add support for statement modifiers #105

Closed stevan closed 11 years ago

stevan commented 11 years ago

Would be great to have the Perl style statement modifiers like

return $x if $y;

also, foreach and while would be good too.