Polymorphism: Difference between revisions

Content added Content deleted
Line 2,329: Line 2,329:
if match("nn") then {
if match("nn") then {
M=PointA(Number, Number)
M=PointA(Number, Number)
'combine This to M, Point replaced from Super
} Else.if match("G") then {
} Else.if match("G") then {
M=PointA()
M=PointA()