Content deleted Content added
Narkstraws (talk | contribs) clean up broken wikipage |
does not apply to purely functional languages |
||
Line 5:
In [[C (programming language)|C]] and most C-derived languages, a call to a function with a [[Void type|void]] return type is a valid expression, of type void.<ref>[http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf ISO/IEC 9899:1999] section 6.3.2.2, accessed August 31, 2009</ref> Values of type void cannot be used, so the value of such an expression is always thrown away.
==See also==
* [[Statement (programming)]] (contrast)
|