IIRC that's how Pascal did it, using a caret ^ for denoting a pointer.
A pointer to type A is:
var B: ^A
IIRC that's how Pascal did it, using a caret ^ for denoting a pointer.