1 Beginning Student
2 Beginning Student with List Abbreviations
3 Intermediate Student
4 Intermediate Student with Lambda
5 Advanced Student
Index
On this page:
define
Version: 4.0.2

 

4.1 define

(define (id id id ...) expr)

(define id expr)

The same as Intermediate’s define. No special case is needed for lambda, since a lambda form is an expression.