gmqcc/tests/operators.tmpl
Wolfgang (Blub) Bumiller 553f3df5df *= and /= operators
2012-11-23 14:24:58 +01:00

18 lines
233 B
Cheetah

I: operators.qc
D: compound and pre/postfix operators
T: -execute
C: -std=fteqcc
M: 6 = 6
M: 11 = 11
M: 7 = 7
M: 6 = 6
M: 12 = 12
M: 6 = 6
M: 11 = 11
M: 4
M: 2
M: 12 = 12
M: 6 = 6
M: 3 = 3
M: '6 8 10' = '6 8 10'
M: '3 4 5' = '3 4 5'