We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cbe83 commit 6bae480Copy full SHA for 6bae480
1 file changed
www/midterms/1.scrbl
@@ -131,7 +131,7 @@ subexpressions. The subexpressions are evaluated from left to right
131
until a subexpression evaluates to a @racket[#f] value, which is
132
produced by @racket[and]. Otherwise, @racket[and] produces the value
133
of the last subexpression. If there are no subexpressions, then
134
-@racket[#f] is produced.
+@racket[#t] is produced.
135
136
To make things interesting, you should not use Racket's @racket[and]
137
and @racket[or] in @racket[interp].
0 commit comments