Well, at least not to me. Thank you, this is what I needed.
Although this is a DIFFERENT question, I don't really think it's necessary to create a whole other topic for it. I know this is also simple, but I don't know exactly how.
I'm trying to create a game that involves lots of variables, ones that are saved after you're done playing for the day so that you can resume gameplay the next time you access the program on your calculator. The problem is, I want to be able to have multiple game saves, but I have lots, like I said, of variables. Can I create a list of variables for user storage? I don't at all know how to use lists, but, if I can, this would be great. I just need to know how to store a list of variables (say A, B, C, D, and E) in a list, and then later grab their values from the list to assign them again to the gameplay (such as from List[A,B,C,D,E] to variables A, B, C, D, and E or something with a similar effect).
If there's a tutorial about this on this Wiki, you can just link me to that too. Thanks!
EDIT—I found the saving page, so nevermind then.