5 lines
113 B
Text
5 lines
113 B
Text
|
|
new point { print() }
|
||
|
|
Class Point
|
||
|
|
x = 10 y = 20 z = 30
|
||
|
|
func print see x + nl + y + nl + z + nl
|