(begin (display 1) #! (display 2) !# )
gets:
ERROR: In procedure scm_lreadr: ERROR: tmp34.scm:6:2: unexpected ")" ABORT: (read-error)
whereas
(begin #! (display 2) !# (display 1) )
is ok. This is the case in both the current CVS guile and version 1.6.4.
_______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
