RosettaCodeData/Task/Classes/Ring/classes-1.ring

3 lines
98 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
New point { x=10 y=20 z=30 print() }
Class Point x y z func print see x + nl + y + nl + z + nl