☐ cool new feature
☑ could help many users!
☐ removes a „bug“
☐ nice to have
☐ nobody needs it
Indexing/Slicing of Matrices just works with indices which count from the start of the matrix:
What is the JSL Matrix?
counting from the back or leaving the start or end open doesn't seem to work:
Collection of "funny" Jmp newbie questions
my wish:
add the missing functionality such that indexing like this is also possible:
mat[1::-1];
mat[1::];
mat[::-1];
mat[::];
mat[::, x] is already possible as mat[0,x]
more wishes submitted by