Category:Fexl: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 18: Line 18:
</lang>
</lang>


Fexl functions may have side effects -- after all, '''somebody's''' gotta do it. So for example here's the implementation of the char_put function, called as (char_get ch next), which prints the single character ch to stdout and then continues with next:
Fexl functions may have side effects -- after all, '''somebody's''' gotta do it. For example here's the implementation of the char_put function, called as (char_get ch next), which prints the single character ch to stdout and then continues with next:


<lang C>
<lang C>