I am a beginner with decker and I would like to have (mutable and immutable) global variables in my code.
I tried a few methods trying to keep them in the Deck, but I can't make them persistent. When I tried making them into widgets in-code I hard-crashed. I haven't been able to find a a code example of global variables (At least when using a single deck) for keeping dictionary values. I didn't find a code example for using the keystore values, and I was not able to get it to work (due to inexperence) if that is supposed to be my intended solution.
I would have figured that a system for global variables would be simple and principally fundamental to most programs like this, but I don't find, or do not know what it would be called. Any assistance on the matter is appreciated. as I can't find the answer in the documentation.
