Implemented boolean literals
This commit is contained in:
parent
91f34bc88f
commit
5f46a6f14e
11 changed files with 69 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
import sys
|
||||
|
||||
free(address []any) -> int {
|
||||
return sys.munmap(address-8, len(address)+8)
|
||||
free(address []any) {
|
||||
sys.munmap(address-8, len(address)+8)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue