Evaluation of a list cont’d
(+ 2 3 4)
the symbol + names a function
(+ 2 3 4) is a function call
2, 3 and 4 are passed as arguments to the function
Evaluating a form returns a value
Previous slide
Next slide
Back to first slide
View graphic version