Files
asl/test/operator.asl
2015-11-02 12:00:18 +03:00

4 lines
73 B
Plaintext

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