Talk:Vector products: Difference between revisions

From Rosetta Code
Content added Content deleted
(Specification of 'function')
 
(Expanded.)
Line 1: Line 1:
What specifically is meant by 'function'? Would 'routine' or 'relinkable code' suffice? I recall that there was some difficulty in another task where there was a hang-up on another task about how languages could implement code asking for the implementation and demonstration of utility code. --[[User:Short Circuit|Michael Mol]] 15:48, 9 April 2011 (UTC)
What specifically is meant by 'function'? Would 'routine' or 'relinkable code' suffice? I recall that there was some difficulty in another task where there was a hang-up on another task about how languages could implement code asking for the implementation and demonstration of utility code. --[[User:Short Circuit|Michael Mol]] 15:48, 9 April 2011 (UTC)

:Erm, "''A named ecapsulation of code with parameters, that can be called with arguments and may return a value''"? I've expanded the task description to encompass the main names used: function, method and subroutine. --[[User:Paddy3118|Paddy3118]] 16:58, 9 April 2011 (UTC)

Revision as of 16:58, 9 April 2011

What specifically is meant by 'function'? Would 'routine' or 'relinkable code' suffice? I recall that there was some difficulty in another task where there was a hang-up on another task about how languages could implement code asking for the implementation and demonstration of utility code. --Michael Mol 15:48, 9 April 2011 (UTC)

Erm, "A named ecapsulation of code with parameters, that can be called with arguments and may return a value"? I've expanded the task description to encompass the main names used: function, method and subroutine. --Paddy3118 16:58, 9 April 2011 (UTC)