isicp icon indicating copy to clipboard operation
isicp copied to clipboard

Exercise 1.1.2. maybe use #f to be boolean value is better?

Open Mahua233 opened this issue 7 years ago • 0 comments

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.

Mahua233 avatar Jan 06 '19 14:01 Mahua233