This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot
Watch
1
Star
0
Fork
You've already forked colobot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
209c6412ae
colobot
/
test
/
cbot
/
scenarios
/
test.txt
9 lines
114 B
Plaintext
Raw
Blame
History
extern public void x()
{
float a= 1, b = 2;
a = b * ( 2 + 2 );
print (a);
a += 4;
print (a);
}
Reference in New Issue
View Git Blame
Copy Permalink