gmqcc/data/test.qs

9 lines
116 B
Text
Raw Normal View History

2012-04-24 17:09:17 +00:00
FLOAT: f 1;
FLOAT: f 2;
FLOAT: f 3;
STRING: bar "hello world"
FUNCTION: foo
ADD_F 200.4f, 300.3, OFS_RETURN
DONE