Version: 4.0.2
5.14 Unchanged Forms
(local [definition ...] expr) |
|
(letrec ([id expr-for-let] ...) expr) |
|
(let* ([id expr-for-let] ...) expr) |
|
The same as Intermediate’s local, letrec, and
let*.
(cond [expr expr] ... [expr expr]) |
|
|
The same as Beginning’s cond, except that else can be
used with case.
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.