var n = 42; say Sys.refaddr(\n); # prints the address of the variable say Sys.refaddr(n); # prints the address of the object at which the variable points to
42823224 37867184
Last updated 1 year ago