guide edits, including demotion of for/list
svn: r6499 original commit: a2e6a837aea5c6e1e3d48b15a22210c178b046ae
This commit is contained in:
parent
d15ac66494
commit
365cd321fa
|
@ -29,7 +29,9 @@
|
||||||
(define opt-color "schemeopt")
|
(define opt-color "schemeopt")
|
||||||
|
|
||||||
(define current-keyword-list
|
(define current-keyword-list
|
||||||
|
;; This is temporary, until the MzScheme manual is filled in...
|
||||||
(make-parameter '(define require provide
|
(make-parameter '(define require provide
|
||||||
|
define-values begin0 when unless
|
||||||
new send if cond begin else and or
|
new send if cond begin else and or
|
||||||
define-syntax syntax-rules define-struct
|
define-syntax syntax-rules define-struct
|
||||||
quote quasiquote unquote unquote-splicing
|
quote quasiquote unquote unquote-splicing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user