Jump to content

Call an object method: Difference between revisions

m
(→‎{{header|TXR}}: A few notes.)
Line 1,174:
print(box.count())</syntaxhighlight>
=={{header|M2000 Interpreter}}==
In M2000 there are some kinds of objects. Group is the one typean object. We can compose members to groups, with functions, operators, modules, events, and inner groups, among other members of type pointer to object. Another type is the COM type. Here we see the Group object
<syntaxhighlight lang="m2000 interpreter">
Module CheckIt {
Line 1,225:
Checkit
</syntaxhighlight>
 
=={{header|Maple}}==
There is no real difference in how you call a static or instance method.
404

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.