It also seems like the current proposal for PO makes it awkward when mixing methods and piped calls in a chain.
(someArray .filter(...) .map(...) |> someOtherArrayOp ).forEach(...) Note the extra parens before the "forEach" invocation. Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

