In the table from section 6.1 of r5.93 where examples of various version
references are shown, it appears that the last four entries:
((or 1 2 3)) (1) yes
((or 1 2 3)) (2) yes
((or 1 2 3)) (3) yes
((or 1 2 3)) (4) no
Should in fact be:
(or (1) (2) (3)) (1) yes
(or (1) (2) (3)) (2) yes
(or (1) (2) (3)) (3) yes
(or (1) (2) (3)) (4) no
Can someone either confirm that this is an error, or clarify for me just
what the original four entries are trying to show?
Brian C. Barnes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.r6rs.org/pipermail/r6rs-discuss/attachments/20070523/2d620b40/attachment.htm
Received on Wed May 23 2007 - 18:38:15 UTC