hush 0.1.2

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
6
7
8
function orphan(arg1, arg2)
	self ++ arg1 ++ arg2
end

let obj = "foo"
let fun = std.bind(obj, orphan)

std.assert(fun("bar", "baz") == "foobarbaz")