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 check-expect, etc.
Constants for the empty list, true, and false.
| (require module-path) | 
The same as Beginning’s require.