AMOSi:Or

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Combines two binary bit patterns together. OR is generally used as part of a test, to check a number of exclusive possibilities.


Print 1 or 2
If A=2 or B=3 Then Print A*B