!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
This commit is contained in:
10
tests/test_nequals.krak
Normal file
10
tests/test_nequals.krak
Normal file
@@ -0,0 +1,10 @@
|
||||
import io:*;
|
||||
|
||||
|
||||
|int| main() {
|
||||
if (1 != 2)
|
||||
println("Correct");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user