Removed superfluous debug comments from ARM generator
[voodoo-lang.git] / test / if.out
blobdcce448767a5e4bde51291e74dd7e772aebb8acc
1 0 is zero
2 1 is nonzero
3 0 is less than or equal to 1
4 1 is greater than 0
5 0 is less than 1
6 1 is greater than or equal to 0
7 -1 is nonzero
8 0 is zero
9 -1 is less than or equal to 0
10 0 is greater than -1
11 0 is greater than or equal to -1
12 -1 is less than 0