mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-09-13 12:31:49 +00:00
Missing != operator, added test for all of them.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if x == y && x != y && x <= y && x >= y && x < y && x > y {
|
||||
// ...
|
||||
}
|
||||
Reference in New Issue
Block a user