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

5 lines
70 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
120 LET b1 = 0
130 LET b2 = -1
140 PRINT b1 AND b2
150 PRINT b1 OR b2