]> git.xonotic.org Git - xonotic/gmqcc.git/blob - data/test.qs
5c5134a52c2b57db0d5de51963e9e7fac1a960df
[xonotic/gmqcc.git] / data / test.qs
1 FLOAT: f 1;
2 FLOAT: f 2;
3 FLOAT: f 3;
4 STRING: bar "hello world"
5
6 FUNCTION: foo
7         ADD_F 200.4f, 300.3, OFS_RETURN
8         DONE