Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

OR

You are here: irt.org | FOLDOC | OR

<logic> The Boolean function which is true if any of its arguments are true. Its truth table is:

 A | B | A OR B
 --+---+---------
 F | F |    F
 F | T |    T
 T | F |    T
 T | T |    T

(1996-11-04)

Nearby terms: option « OPTRAN « Opus « OR » Oracle » Oracle 7 » Oracle Card

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb