Improved type system
This commit is contained in:
parent
c0ffddaba8
commit
2e3857622a
30 changed files with 132 additions and 85 deletions
|
@ -10,5 +10,5 @@ main() {
|
|||
address[3] = 'l'
|
||||
address[4] = 'o'
|
||||
sys.write(1, address, length)
|
||||
mem.free(address, length)
|
||||
mem.free(address)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue