9 lines
163 B
Text
9 lines
163 B
Text
*point.MyPoint = NewObject.MyPoint
|
|
*circle.Circle = NewObject.Circle
|
|
|
|
If OpenConsole()
|
|
*point\Print()
|
|
*circle\SetX(3)
|
|
*circle\Print()
|
|
CloseConsole()
|
|
EndIf
|