|
|
|
|
|
by pavel_lishin
2835 days ago
|
|
Where this kills me is ambiguous commas. something = [ alpha beta, gamma ]
I have no idea if I just invoked alpha(beta, gamma) and put the result into a single-member array, or if I've got an array with two elements - alpha(beta) and gamma. |
|