When I try to use SortA and SortD in a function: Define test()= Func © Convoluted way of returning [0 1 2 4 5; 4 1 3 5 2] Local a,b a:=[1 5 2 0 4] b:=[1 2
I've been creating TI-BASIC apps for my calculator, but would love to upgrade the menu and interface from this default style: To something more like this, that
Edit: my main question is that I want to replicate the TI-84 plus RNG algorithm on my computer, so I can write it in a language like Javascript or Lua, to test