address of goto label --------------------- new type: code it can (only) be used in pointers, like this: code var^ cp; cp = @there; ... goto cp^; ... label there; ... should assigning a function pointer to a code pointer be allowed?