Lecture overview -- Keyboard shortcut: 'u'  Previous page: Definitions [Section] -- Keyboard shortcut: 'p'  Next page: Functions [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 24 : 49

Definitions

A definition binds a name to a value

(define name expression)