howto compare references
Jack · Thu Sep 26, 2013 6:57 pm
Hello,
is there a method to check if
two Singular references belongs to the same name/object?
Jack
example:
system("reference");
ring rng =0,(x),dp;
reference ref1 = rng;
reference ref2 = rng;
// how to check if ref1 and ref2 a tied to same name/object?
is there a method to check if
two Singular references belongs to the same name/object?
Jack
example:
Code:
system("reference");
ring rng =0,(x),dp;
reference ref1 = rng;
reference ref2 = rng;
// how to check if ref1 and ref2 a tied to same name/object?