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