RosettaCodeData/Task/Logical-operations/Quite-BASIC/logical-operations.basic

5 lines
70 B
Plaintext

120 LET b1 = 0
130 LET b2 = -1
140 PRINT b1 AND b2
150 PRINT b1 OR b2