hush 0.1.1

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
let array = [ 15, 2, 6, 2.0 ]
std.sort(array)
std.assert(array == [ 2, 6, 15, 2.0 ])