mumu 0.11.0

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

nthFromFloatArr = array:nth(_, [5.2, 6.8, 7.2, 8.1])
sput( nthFromFloatArr(1) )

nthFromStringArr = array:nth(_, ["Z", "Y", "X"])
sput( nthFromStringArr(1) )