Print numbers with multiple digits
This commit is contained in:
1
tests/expectations/print_2_digits.txt
Normal file
1
tests/expectations/print_2_digits.txt
Normal file
@ -0,0 +1 @@
|
||||
13
|
1
tests/expectations/print_more_20_bits.txt
Normal file
1
tests/expectations/print_more_20_bits.txt
Normal file
@ -0,0 +1 @@
|
||||
2097150
|
3
tests/vm/print_2_digits.elna
Normal file
3
tests/vm/print_2_digits.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(13);
|
||||
}
|
3
tests/vm/print_more_20_bits.elna
Normal file
3
tests/vm/print_more_20_bits.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(2097150);
|
||||
}
|
Reference in New Issue
Block a user