]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - data/test.qs
More assembly work
[xonotic/gmqcc.git] / data / test.qs
index 5c5134a52c2b57db0d5de51963e9e7fac1a960df..c5ad8941389bdfdf6b35c68979004de5f30efcb0 100644 (file)
@@ -3,6 +3,9 @@ FLOAT: f 2;
 FLOAT: f 3;
 STRING: bar "hello world"
 
+; these are builtin functions
+FUNCTION: foo
+
 FUNCTION: foo
        ADD_F 200.4f, 300.3, OFS_RETURN
        DONE