|
From: Ethan A M. <sf...@us...> - 2014-10-30 21:44:10
|
On Thursday, 30 October, 2014 12:58:54 pl...@pi... wrote:
> Also the odd need to use commas in place of the usual semicolon
> in defining functions seems inconsistent and could be limiting as
> things move forwards.
Are you referring to the comma operator for serial evaluation?
That is taken straight from C, C++, perl, javascript and no doubt
other languages as well.
http://en.wikipedia.org/wiki/Comma_operator
Ethan
|