Ticket #105 (closed enhancement: fixed)
Lambdas
Reported by: | Chuck | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | Cobra 0.9 |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
These will use the do keyword like closures, but the general form is:
do(<args>)=<expr> # for no args: do=<expr>
This ticket does not require the argument types to be inferred. (But we will do that in the future off a separate ticket.)
Change History
Note: See
TracTickets for help on using
tickets.