I have been trying to get dictionaries to work of a while but every time they seem to fail.
I have made and dictionary with one pair. and copied and pasted the key into the search and it did not work
I have copied the example on the page on the dictionaries
I have made a simple one
And I even tried comparing it to the list version. to my understanding. The list look up pair and get value from key in dictionary are the same. Just compute the same thing in different from. But the list one works. but if it turn the list of pairs into a dictionary and use the get value from key in dictionary. It dose not work.
I have not been able to find anything about this.
Can I get some help on why they do not work pleases?