Version: 4.0.2
4.5 Unchanged Forms
The same as Intermediate’s define-struct.
(local [definition ...] expr) |
|
(letrec ([id expr-for-let] ...) expr) |
|
(let ([id expr-for-let] ...) expr) |
|
(let* ([id expr-for-let] ...) expr) |
|
The same as Intermediate’s local, letrec, let,
and let*.
(cond [expr expr] ... [expr expr]) |
|
|
The same as Beginning’s cond.
The same as Beginning’s if.
The same as Beginning’s and and or.
The same as Intermediate’s time.
The same as Beginning’s check-expect, etc.
Constants for the empty list, true, and false.
The same as Beginning’s require.