Skip to content

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

Open
@Mahua233

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions