Implement division
This commit is contained in:
3
tests/vm/printi_quotient.elna
Normal file
3
tests/vm/printi_quotient.elna
Normal file
@@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(4 / 2);
|
||||
}
|
||||
Reference in New Issue
Block a user