Skip to content

Commit 6bae480

Browse files
committed
Midterm mistake fixed.
1 parent 71cbe83 commit 6bae480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/midterms/1.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subexpressions. The subexpressions are evaluated from left to right
131131
until a subexpression evaluates to a @racket[#f] value, which is
132132
produced by @racket[and]. Otherwise, @racket[and] produces the value
133133
of the last subexpression. If there are no subexpressions, then
134-
@racket[#f] is produced.
134+
@racket[#t] is produced.
135135

136136
To make things interesting, you should not use Racket's @racket[and]
137137
and @racket[or] in @racket[interp].

0 commit comments

Comments
 (0)