Click the Green Flag, and type in a value from 'MyDict.Keys'. The variable 'ret' will be updated with the corresponding value from 'MyDict.Values'.
This is an example of using a Dictionary/Hash Table. Dictionaries and Hash Maps are common data types in high level programming languages. Sometimes called associative arrays, they have a Key-Value structure where each Key has only 1 associated value.