Implement addition and subtraction
This commit is contained in:
3
tests/vm/print_subtraction.elna
Normal file
3
tests/vm/print_subtraction.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(5 - 13);
|
||||
}
|
3
tests/vm/print_sum.elna
Normal file
3
tests/vm/print_sum.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(5 + 13);
|
||||
}
|
Reference in New Issue
Block a user