Ticket #287 (closed defect: wontfix)
R6RS base compatibility: assert
| Reported by: | cowan | Owned by: | alexshinn |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | WG1 - Core | Keywords: | |
| Cc: |
Description
Assert raises an error if its argument is #f. This provides R6RS base compatibility.
Change History
Note: See
TracTickets for help on using
tickets.

Most languages allow for assertions, and Scheme should catch up here. The object raised is implementation-dependent.