This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
Use native [#] indices for arrays, not array get item
#61
Labels
array get item
#61
This isn't as simple as doing
myArray[i]
. If you want to domyArray[{ operation : 2 plus 2 }]
, that requires parsing the{...}
out of the type.For now, the preferred usage is
array get item
everywhere.The text was updated successfully, but these errors were encountered: