hush 0.1.1

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
let dict = @[ ]
dict[1] = true
dict[1.0] = false

std.assert(std.len(dict) == 2)