mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
Update extra-include.zs
This commit is contained in:
parent
865c2761bb
commit
f0321d9927
@ -7,3 +7,97 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user