This is my first time programming a TI 89, and I am not clear how variables are allocated. That is, are variables for single values? or can I pass a set in as a variable and TI-BASIC knows what to do? Or is there a special variable for the set? Or is there a better approach? Make build a data object based on N amount of inputs? Not sure what the best method is here.
For simplicity and context:
I am writing a program that will be used to enter a list of numbers, (as a set, or convert to set) then throw it at the mean(x).
In reality, I am doing something a tab more complicated but the above should get me started!
Thanks for your time!