RosettaCodeData/Task/Logical-operations/6502-Assembly/logical-operations-2.6502
2023-07-01 13:44:08 -04:00

3 lines
58 B
Text

if(myValue == 3 && myOtherValue == 5){
myResult = true;
}