To use pointer, we have a ptr keyword.
ptr
var p = ptr(0x10004) puts p // 0x00010004 puts ptr(null) // 0x00000000
Last updated 3 years ago