hush 0.1.2

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
6
7
let obj = @[
	test: function (arg)
		self
	end,
]

std.assert(obj.test(1) == 1)