You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYPE Rec IS RECORD
int: POINTER TO Int
END RECORD
INTERFACE Int
FUNCTION f(self: Int)
END INTERFACE
VAR p: POINTER TO Int := NIL
VAR r := Rec(int WITH p)
The text was updated successfully, but these errors were encountered:
Problem code:
The text was updated successfully, but these errors were encountered: