Improved type system
This commit is contained in:
parent
7634244c56
commit
f19d9063a5
30 changed files with 132 additions and 85 deletions
|
@ -30,5 +30,5 @@ print(p *Point) {
|
|||
out[6] = '0' + p.y
|
||||
out[7] = '\n'
|
||||
sys.write(1, out, 8)
|
||||
mem.free(out, 8)
|
||||
mem.free(out)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue