7 lines
114 B
Text
7 lines
114 B
Text
|
|
o1 = new point
|
||
|
|
addattribute(o1,"x")
|
||
|
|
addattribute(o1,"y")
|
||
|
|
addattribute(o1,"z")
|
||
|
|
see o1 {x=10 y=20 z=30}
|
||
|
|
class point
|