Call a foreign-language function: Difference between revisions

Line 2,422:
}</lang>
=={{header|Smalltalk}}==
The way external functions are declared is different among Smalltalk dialects. However, there are not many situations where you'd need them (and especially not for simple things like strdup).
 
{{works with | Smalltalk/X}}
<lang Smalltalk>Object subclass:'CallDemo'!
Anonymous user