[categories] [index] [all (552)] [latest]
/MyDict << /MyKey1 (asd) /MyKey2 { (sdf) } >> def MyDict (MyKey1) get == % (asd) MyDict (MyKey2) get == % { (sdf) } MyDict (MyKey3) get == % undefined