Jacob Minsky - 2024-05-12

After some searching in the code, I found that the "in" operator does what I want, e.g.

if not ('d' in a) then print "no such key"

Unfortunately this use of "in" is not documented, but as far as code changes, the issue can be closed.