2 lines
98 B
Text
2 lines
98 B
Text
New point { x=10 y=20 z=30 print() }
|
|
Class Point x y z func print see x + nl + y + nl + z + nl
|