> would it not be good enough when to companies() the query string like "MSFT" > is passed and it returns just that entry. Procs that returns whole tables, > where the table itself is a global var are not that often used.
Yes, i was thinking about it, but I also need to iterate over all companies sometimes `for symbol in companies().keys: ...`