Table of Contents

AND

The logical operator that only results true if both operands, usually boolean expressions, are true.

Implemented by: ansifull, decbasic, altair8K, a2int, CBM, cbmv3.5, Atari, trs80, level2, spectrum, Atom, BBC, ABasiC, QBasic, VBDOS, FreeBASIC, Gambas, minibasicmm

With variations:

Also written as:

Usage

IF A > 0 AND A <=9 THEN PRINT "DIGIT"

Variations

Examples

Comments

Similar keywords

In other languages...

References