mumu 0.10.0

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
8
9
extend("flow")

actual = flow:compose(
  flow:to_array,
  flow:slice(1,4),
  flow:trans(n => n * 10)
)(ink(1,50))

sput(actual)