j
k
j a
j l
Quoting Jake Wheat :
On 14 February 2010 16:02, Henk-Jan van Tuyl wrote: ...Finally, it is the array subscript operator: let x = arr ! 10 Shouldn't this be let x = arr !! 10
On 14 February 2010 16:02, Henk-Jan van Tuyl wrote:
Finally, it is the array subscript operator: let x = arr ! 10
Finally, it is the array subscript operator:
let x = arr ! 10
Shouldn't this be
let x = arr !! 10
(!) is for arrays, (!!) is for lists. ~d
Back to the thread
Back to the list