hush 0.1.1

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
std.assert(
	std.split("a  b c d", "  ") == [ "a", "b c d" ]
)