mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 10:21:03 +00:00
test.qs update
This commit is contained in:
parent
629f6f1e63
commit
eaaa1d15d8
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ FUNCTION: checkextension, $99
|
|||
|
||||
; constants test
|
||||
VECTOR: dude1, -1, +2, 38865.444
|
||||
FLOAT: dude2, 1
|
||||
STRING: "hello world"
|
||||
|
||||
FUNCTION: foo #8
|
||||
MUL_F dude1, dude1, dude1
|
||||
CALL1 print, dude1
|
||||
DONE
|
||||
|
||||
|
|
Loading…
Reference in a new issue