Files
asl/test/parser_operator.asl
2015-11-02 18:13:18 +01:00

4 lines
73 B
Plaintext

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