_isBound

Is the specified name currently bound? -- Function
_isBound (name) -> TrueOrFalse Type
name
A name that might be bound, like $query.
Produces
True iff the given name is currently bound, false otherwise.