Call an object method: Difference between revisions

m
(→‎{{header|Factor}}: make the example clearer)
Line 1,444:
 
=={{header|Phix}}==
{{libheader|PhixClassPhix/Class}}
Class methods are only "static" (not really a Phix term) if you don't override them.<br>
Phix does not demand that all routines be inside classes; traditional standalone routines are "static" in every sense.<br>
7,794

edits