mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
9 lines
116 B
Text
9 lines
116 B
Text
|
FLOAT: f 1;
|
||
|
FLOAT: f 2;
|
||
|
FLOAT: f 3;
|
||
|
STRING: bar "hello world"
|
||
|
|
||
|
FUNCTION: foo
|
||
|
ADD_F 200.4f, 300.3, OFS_RETURN
|
||
|
DONE
|