AMOSi:Or

From Amiga Coding
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