Empty program: Difference between revisions

Content added Content deleted
(Add WDTE example.)
Line 1,072: Line 1,072:
It's also possible to define an empty function in Mata.
It's also possible to define an empty function in Mata.


<lang stata>function nop() {
<lang stata>function nop() {}</lang>
}</lang>


=={{header|Suneido}}==
=={{header|Suneido}}==