3 lines
58 B
Text
3 lines
58 B
Text
if(myValue == 3 && myOtherValue == 5){
|
|
myResult = true;
|
|
}
|
if(myValue == 3 && myOtherValue == 5){
|
|
myResult = true;
|
|
}
|