Closed mattbishop closed 2 years ago
One can reference the last element in an array with the term last and also perform arithmetic on it:
last
$.myArray[last]
$.myArray[last - 1]
$.myArray[last / 2]
Parser completed in #13. Thanks Jeff!
One can reference the last element in an array with the term
last
and also perform arithmetic on it:$.myArray[last]
$.myArray[last - 1]
$.myArray[last / 2]