WHEN
(when test code)
(when (eql saved-symbol password)
(open-the-vault)
(record-vault-contents)
(close the vault))
Equivalent to (if test code)
Except no ELSE allowed
Multiple body forms permitted
Previous slide
Next slide
Back to first slide
View graphic version