riji 0.1.16

Scripting environment using rhai
Documentation
1
2
3
4
5
6
7
fn help() {
	print([
		"test help",
		"- help",
		"- test1"
	]);
}