RosettaCodeData/Task/Call-an-object-method/Ursa/call-an-object-method.ursa
2023-07-01 13:44:08 -04:00

5 lines
111 B
Text

# create an instance of the built-in file class
decl file f
# call the file.open method
f.open "filename.txt"