Call a function: Difference between revisions

Content added Content deleted
Line 367: Line 367:
public internal MyFunction();
public internal MyFunction();
int returnValue = MyFunction();
int returnValue = MyFunction();
</lang>

=={{header|C++}}==
=={{header|C++}}==
<lang C++>
<lang C++>