RosettaCodeData/Task/Call-an-object-method/Latitude/call-an-object-method-2.latitude

4 lines
151 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
myObject someMethod "string constant argument".
myObject someMethod (argument). ;; Parentheses are necessary here
myObject someMethod. ;; No arguments