]> git.xonotic.org Git - xonotic/gmqcc.git/blob - data/test.qs
More assembly work
[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 ; these are builtin functions
7 FUNCTION: foo
8
9 FUNCTION: foo
10         ADD_F 200.4f, 300.3, OFS_RETURN
11         DONE