RosettaCodeData/Task/Call-an-object-method/Ursa/call-an-object-method.ursa

6 lines
111 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
# create an instance of the built-in file class
decl file f
# call the file.open method
f.open "filename.txt"