Implemented length storage of allocated memory
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
import sys
|
||||
import io
|
||||
|
||||
main() {
|
||||
print("Hello\n", 6)
|
||||
}
|
||||
|
||||
print(address Pointer, length Int) {
|
||||
sys.write(1, address, length)
|
||||
io.out("Hello\n")
|
||||
}
|
Reference in New Issue
Block a user