zuzu-rust 0.6.0

Rust implementation of ZuzuScript
Documentation
1
2
3
4
5
from test/c35/errors import raise_custom_error;

function invoke_custom_error () {
	raise_custom_error();
}