update docs

pull/2/head
Matthew Butterick 10 years ago
parent 704d2532bc
commit 5a34091e74

File diff suppressed because one or more lines are too long

@ -42,7 +42,7 @@ You can also add standalone calls to @racket[report] as a debugging aid at point
@racketerror{x = 42
@(linebreak)(first-condition? x) = #t}
But don't do this, because the result of the @racket[if] expression will be skipped in favor of the last expression, which will be the value of @racket[_x]:
But be careful — in the example below, the result of the @racket[if] expression will be skipped in favor of the last expression, which will be the value of @racket[_x]:
@racketblock[
(if (and (report (first-condition? x)) (second-condition? x))

Loading…
Cancel
Save