// This is an "included" ZS file, which can keep your main script // tidier and more organized or easily share the same functions // across multiple programs. func TestInclude() { print "Hello World!" }