Implement comparison operators
This commit is contained in:
9
tests/vm/printi_if_not_compound.elna
Normal file
9
tests/vm/printi_if_not_compound.elna
Normal file
@@ -0,0 +1,9 @@
|
||||
proc main() {
|
||||
if (1 # 2) {
|
||||
printi(3);
|
||||
printi(7);
|
||||
} else {
|
||||
printi(5);
|
||||
printi(9);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user