RosettaCodeData/Task/Logical-operations/Quite-BASIC/logical-operations.basic
2023-12-16 21:33:55 -08:00

4 lines
70 B
Text

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