Ring (programming language): Difference between revisions

Content deleted Content added
No edit summary
Line 148:
 
<pre>
new point { # Create new object from the Point class thethen access the object using braces
x=10 y=20 z=30 # Set the object attributes
print() # Call the print() method