Function calls as statements

To allow possible side-effects, function calls can be executed as statements.

statement ::= functioncall

In this case, all returned values are thrown away.