I didn't realize, but hash tables don't have to have values. You can say: {"key1", "key2"} contains "foo" You don't need: {"key1" : 1, "key2" : 1} contains "foo" - Jay