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
extend("event")
extend("sys")

t = event:loop(() => slog(sys:timestamp_micro()))
d = event:loop(() => slog("----------------"))

//event:stop(t)
//event:stop(d)