Skip to content

temp page 2 to gather syntax examples

kshalle edited this page Feb 3, 2018 · 1 revision

io.out := (taps zip io.consts).map { case (a, b) => a * b }.reduce(_ + _)

Clone this wiki locally