(
(
(
Racket
)
)
)
Need Help?
About
Download
Documentation
PLaneT
Community
Learning
Home
>
cce
>
dracula.plt
>
package version 1.0
language/constants.scm
(
module
constants
mzscheme
(
provide
(
all-defined
)) (
define
nil
'
())
;(define T 't)
(
define
t
'
t
) )