Personally I don't see much difference between * (C way), ^ (Pascal way) or ref (Algol way).
Or do you mean the declaration order ?
int* ptr; (right to left)
ptr = ^Integer /ref int ptr (left to right)
Personally I don't see much difference between * (C way), ^ (Pascal way) or ref (Algol way).
Or do you mean the declaration order ?
int* ptr; (right to left)
ptr = ^Integer /ref int ptr (left to right)