]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
Implemented __FILE__, __LINE__, __RANDOM__, __RANDOM_LAST__, __COUNTER__ and __COUNTE...
[xonotic/gmqcc.git] / tests / builtin.qc
1 void(string) print = #1;
2
3 void() main = {
4     print("hello world");
5 }