Call an object method: Difference between revisions

m
No edit summary
Line 751:
// Method with single argument
MutableStringAppendStringMutableStringSetString( mutStr, @"Hello, World!" )
print mutStr
Line 769:
Hello, Rosetta Code!
</pre>
 
 
=={{header|Go}}==
717

edits