Object Existence

Generally, you should not use temp queries to check for the existence of objects.

Rather than using mql temp query T N R, it is better to use mql print bus T N R select exists, which will return true if the object exists, false otherwise.