AMOSi:And

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

Performs a logical AND operation between your two numbers. It's often used as part of a test to check for a number of different eventualities.


Print A and B
If T=2 and V=3 Then Print "TV"