hush 0.1.4

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
function hello()
  let x
  foo().bar.baz[2].boo() = 2
end