Notes Example --! luart-extensions import c -- Creates a new NULL C Pointer local null_ptr = c.Pointer() -- Compares the the memory pointed by the pointers -- should print "true" print(null_ptr == c.NULL)