mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-11 16:22:12 +00:00
104 lines
1.3 KiB
Plaintext
104 lines
1.3 KiB
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!"
|
|
}
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Benchmark, to check if performance suffers from too many functions/variables
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
func b1()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b2()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b3()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b4()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b5()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b6()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b7()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b8()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b9()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b10()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b11()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b12()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b13()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b14()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b15()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
func b16()
|
|
{
|
|
print "Hello World!"
|
|
}
|
|
|
|
int a = 4
|
|
int b = 4
|
|
int c = 4
|
|
int d = 4
|
|
int e = 4
|
|
int f = 4
|
|
int g = 4
|
|
int h = 4
|
|
int i = 4
|
|
int j = 4
|
|
int k = 4
|
|
int l = 4
|
|
int m = 4
|
|
int n = 4
|
|
int o = 4
|
|
int p = 4
|
|
int q = 4
|
|
int r = 4
|
|
int s = 4
|
|
int t = 4
|
|
int u = 4
|
|
int v = 4
|
|
int w = 4
|
|
int x = 4
|
|
int y = 4
|
|
int z = 4
|