- condition? objprocedure
Returns #t if obj is a condition, otherwise returns #f.
Rationale: Any Scheme object may be passed to an exception handler. This would cause ambiguity if conditions were not disjoint from all of Scheme's standard types.
Returns #t if obj is a condition, otherwise returns #f.
Rationale: Any Scheme object may be passed to an exception handler. This would cause ambiguity if conditions were not disjoint from all of Scheme's standard types.