2008/10/11 Carl Eastlund <cce at ccs.neu.edu>:
> #lang scheme/base
> ;; You need to add the following line:
> (require (for-syntax scheme/base))
>
> (provide test)
>
> (define-syntax test
> (lambda (stx)
> #'2))
>
Thank you!
Is this because #lang scheme automatically does the require-for-syntax?
Henk