According to Trey Harris: > According to Larry, > $a = (1,2,3); > is equivalent to > $a = [1,2,3]; > because they're both equivalent to > $a = scalar(1,2,3)
But that's the bit we're arguing about. If you allow $a = (1,2) then what about $a = (1) ? And if someone says that I have to write: $a = (1,) then I am going on the warpath. That Way Lay Python. -- Chip Salzenberg - a.k.a. - <[EMAIL PROTECTED]> "It furthers one to have somewhere to go."