in reply to Re^3: How to access directly an element of an array / list returned by a function?
in thread How to access directly an element of an array / list returned by a function?
Tom's solution used () for precedence to help the parser understand that the list returned from the function is what needs slicing. Unfortunately he kept the -> which was incorrect.
|
|---|