Exercise 1.1.2. maybe use #f to be boolean value is better? #69
Open
Description
https://www.scheme.com/tspl3/intro.html#./intro:s40
The boolean values representing true and false are written as #t and #f. Scheme conditional expressions actually treat #f as false and all other objects as true, so 3, (), "false", and nil all count as true.
Metadata
Assignees
Labels
No labels