hush 0.1.4

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
6
7
8
9
@[
	hai: 1,
	b: [ 5 * ], # missing operand here
	c: 3
]

function b()
	std.print(hai)
end