Create an object at a given address: Difference between revisions

m
Line 427:
println("Now, intspace is $(intspace[1]), memory at $address, reference value $(anotherint[1])")
anotherint[1] = 7890
println("Now, intspace is $(intspace[1]), memory at $address(pointer_from_objref(anotherint)), reference value $(anotherint[1])")
end
 
4,106

edits