]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/variadic.qc
Implemented >< (vector cross product operator). Currently support for constants only.
[xonotic/gmqcc.git] / tests / variadic.qc
1 void() main = {
2     print("hello", " world");
3 }