Arc Cross Reference

bound

[procedure] bound name

If there's a global variable with name name, returns t. Otherwise returns nil. Local bindings doesn't affect the result.

See also: scheme:symbol-bound?, scheme:global-variable-bound?