Call an object method: Difference between revisions

m
no edit summary
(Added Salesforce Apex example)
mNo edit summary
Line 1,407:
# Instance
$myInstance mthd someParameter</lang>
 
=={{header|Ursa}}==
<lang ursa># create an instance of the built-in file class
decl file f
 
# call the file.open method
f.open "filename.txt"</lang>
 
=={{header|XLISP}}==
Anonymous user