pull/9/head
Matthew Butterick 10 years ago
parent 35594e6aa5
commit 8fdaaf7c7b

@ -3,7 +3,7 @@
;; Changes the default behavior of #%top.
;; Unbound identifiers are allowed, and treated as the
;; tag in a txexpr (with the rest of the expression treated as the body)
;; To suppress this behavior, use bound/c to wrap any name.
;; To suppress this behavior, use def/c to wrap any name.
;; If that name isn't already defined, you'll get the usual syntax error.
(require (for-syntax racket/base))

Loading…
Cancel
Save