Fixed incorrect const values
This commit is contained in:
parent
4dbfa80939
commit
d5bcf340e9
22 changed files with 93 additions and 92 deletions
|
@ -1,5 +1,5 @@
|
|||
import io
|
||||
import mem
|
||||
import sys
|
||||
|
||||
main() {
|
||||
length := 5
|
||||
|
@ -9,6 +9,6 @@ main() {
|
|||
address[2] = 'l'
|
||||
address[3] = 'l'
|
||||
address[4] = 'o'
|
||||
sys.write(1, address, length)
|
||||
io.write(1, address)
|
||||
mem.free(address)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue