mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
// 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!"
|
|
}
|