Next:
Application of extended logical
Up:
Extended Logical Abstractions
Previous:
and
Contents
Start
or
(define or (lambda (a b) (if a a b)))
If
a
is equal to `false' everything depends on
b
whether `true' or `false' is returned.
Georg P. Loczewski 2004-03-05
Impressum und Datenschutz