pall = -> console.log line for line in arguments; return
One can be annoyed by `return` in tail position, or delighted by invocations-as-expressions. But not both. It's ok to choose the latter. :-)
Also, `console.log` is not a fit for map, forEach, et al. Check the parameters.
One can be annoyed by `return` in tail position, or delighted by invocations-as-expressions. But not both. It's ok to choose the latter. :-)
Also, `console.log` is not a fit for map, forEach, et al. Check the parameters.