Delegates: Difference between revisions

Content deleted Content added
Kazinator (talk | contribs)
→‎{{header|TXR}}: New section.
imported>Arakov
Line 797:
 
=={{header|Elena}}==
ELENA 56.0x :
 
Using multi methods:
Line 805:
interface IOperable
{
abstract operate() {};
}