mumu 0.11.1

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
extra = (x, y, fn) => {
  [x, y, fn(x, y)]
}
slog(
	extra(10, 1.2, (a, b) => a / b ) 
)