gmqcc/data/test.qs
2012-04-28 02:34:39 -04:00

11 lines
161 B
Text

FLOAT: f 1;
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