Monday, 17 October 2011

Methods for passing parameters

Named Lists value in order in which parameter is declared
Positional List value in arbitrarily order by associating each one with parameter name using =>
Combination List first value positionally and remainder using special syntax of named method

No comments:

Post a Comment