MoeOrganization / moe

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

Allow for optional parameters #47

Closed stevan closed 11 years ago

stevan commented 11 years ago

A parameter postfixed with a ? should be treated as optional. Optional parameters can only be specified after all the required parameters have been specified.

This relates to Issue #45 and #46.

stevan commented 11 years ago

Done