]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/correct-logic-1-s.tmpl
parse_expression now takes a boolean flag on whether or not it should be creating...
[xonotic/gmqcc.git] / tests / correct-logic-1-s.tmpl
1 I: correct-logic.qc
2 D: vector logic flags
3 T: -execute
4 C: -std=fteqcc -fshort-logic
5 M:          ! & | i N
6 M: 0, 0 -> 1 0 0 0 1
7 M: 0, x -> 1 0 1 0 1
8 M: x, 0 -> 0 0 1 1 0
9 M: x, x -> 0 1 1 1 0
10 M: 0, y -> 1 0 0 0 1
11 M: y, 0 -> 0 0 0 0 1
12 M: y, y -> 0 0 0 0 1