summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/TestCBot/scenarios/test.txt
blob: a912415dcf72f25f033e294ba42ff47cac5b1578 (plain)
1
2
3
4
5
6
7
8
extern public void x()
{
    float a= 1, b = 2;
    a = b * ( 2 + 2 );
//	print (a);
	a += 4;
//	print (a);
}