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. Function calls are explained in Function Calls.
To allow possible side-effects, function calls can be executed as statements:
statement ::= functioncall
In this case, all returned values are thrown away. Function calls are explained in Function Calls.