Implement division
This commit is contained in:
1
tests/expectations/add_products.txt
Normal file
1
tests/expectations/add_products.txt
Normal file
@ -0,0 +1 @@
|
||||
38
|
1
tests/expectations/printi_quotient.txt
Normal file
1
tests/expectations/printi_quotient.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
3
tests/vm/add_products.elna
Normal file
3
tests/vm/add_products.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(2 * 3 + 4 * 8);
|
||||
}
|
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