clarify nor docs

This commit is contained in:
Robby Findler 2012-02-19 15:16:47 -06:00
parent 9ca0c34cb2
commit d4b176dd41

View File

@ -257,6 +257,9 @@ Returns @racket[(not v)].}
@defform[(nor expr ...)]{
Same as @racket[(not (or expr ...))].
In the two argument case, returns @racket[#t] if neither of the
arguments is a true value.
@examples[#:eval
bool-eval
(nor #f #t)