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
8
9
10
11
12
13
14
15
16
17
18
extend("array")

slog(
  array:map(x => x, array:range(0,20))
)

slog(
  array:map(x => x, ink(100, 2000000))
)

slog(
  type("a")
)

slog(
  ink(0,2000000000)
)