0073: Redundant logical operator
if and
0@ == 1 // error, AND is used for a single condition
then
//
end
if
0@ == 1 // OK
then
//
end
if and
0@ == 1
1@ == 1 // OK
then
//
endLast updated
if and
0@ == 1 // error, AND is used for a single condition
then
//
end
if
0@ == 1 // OK
then
//
end
if and
0@ == 1
1@ == 1 // OK
then
//
endLast updated