Pointers
To use pointer, we have a ptr
keyword.
var p = ptr(0x10004)
puts p // 0x00010004
puts ptr(null) // 0x00000000
Last updated
Was this helpful?
To use pointer, we have a ptr
keyword.
var p = ptr(0x10004)
puts p // 0x00010004
puts ptr(null) // 0x00000000
Last updated
Was this helpful?