7 lines
86 B
Text
7 lines
86 B
Text
|
|
(setq
|
||
|
|
P (new '(+Point) 3 4)
|
||
|
|
C (new '(+Circle) 10 10 5) )
|
||
|
|
|
||
|
|
(print> P)
|
||
|
|
(print> C)
|