Version: 4.0.2
2.4 Unchanged Forms
| |
| |
The same as Beginning’s define.
(define-struct structid (fieldid )) |
The same as Beginning’s define-struct.
| |
The same as Beginning’s cond.
(if expr expr expr) |
The same as Beginning’s if.
| |
|
The same as Beginning’s and and or.
| |
| |
|
The same as Beginning’s check-expect, etc.
Constants for the empty list, true, and false.
(require string) |
The same as Beginning’s require.