Comment 1 for bug 172279

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Is this better? (revision 1136)
Ikarus Scheme version 0.0.2-rc1+ (revision 1136, build 2007-11-27)
Copyright (c) 2006-2007 Abdulaziz Ghuloum

> (define-syntax hmm
    (lambda (stx)
      (syntax-case stx ()
        [(_ x)
         #'(begin (write x) (newline))])))
> (hmm)
Unhandled exception
 Condition components:
   1. &message: "invalid syntax"
   2. &syntax:
       form: (hmm)
       subform: none