Talk:Call a function: Difference between revisions

Content added Content deleted
Line 33: Line 33:
:: dosomething() or call dosomething(), as opposed to returnvalue=dosomething(). The function is used as an instruction (with a void context), rather than used within an expression. Does that make sense? [[User:Markhobley|Markhobley]] 17:17, 19 July 2011 (UTC)
:: dosomething() or call dosomething(), as opposed to returnvalue=dosomething(). The function is used as an instruction (with a void context), rather than used within an expression. Does that make sense? [[User:Markhobley|Markhobley]] 17:17, 19 July 2011 (UTC)
:: Okay, I thought it might just be wording, I had that form in another mental bucket. More like a procedure call to me. Thanks. --[[User:Dgamey|Dgamey]] 17:52, 19 July 2011 (UTC)
:: Okay, I thought it might just be wording, I had that form in another mental bucket. More like a procedure call to me. Thanks. --[[User:Dgamey|Dgamey]] 17:52, 19 July 2011 (UTC)
::: I've changed this to read "statement context". [[User:Markhobley|Markhobley]] 18:45, 19 July 2011 (UTC)