]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/vecmath.qc
5a656bf464772038412ca67dfabff4289fc36e40
[xonotic/gmqcc.git] / tests / vecmath.qc
1 void main(vector vin) {
2         stov("'15 43 0'"); // set OFS_RETURN
3         vector v2 = -vin;
4         print(vtos(v2), "\n");
5 }