If a URL with args like: http://.../...&foo=sometext&bar= is passed to queryvar/2, how do I determine that the variable "bar" has been defined and contains an empty list, as opposed to the non-existent variable "cow" that hasn't been defined at all? Vik :v)