dico variable
Maybe add dictionaries variables could be cool.
You can create a dictionary. You do it the same way as with a list, only you use strings as keys.
dict = []
dict[ "apple" ] = objApple
dict[ "car" ] = objCar
It works the same as in JavaScript's Map class (Not to be confused with the Map class available in MicroStudio, which is responsible for graphics)
you can use my hashmap library :)