Files
asl/test/parser_operator.asl
2015-10-25 13:15:51 +01:00

4 lines
73 B
Plaintext

if x == y && x != y && x <= y && x >= y && x < y && x > y {
// ...
}