in reply to Re^2: Order of execution of functions in listin thread Order of execution of functions in list
So in function calls it's not a list argument separator ?
Sure it is.
function($i++,++$i) ???
$i++ is going to be evaluated before ++$i.