This code doesn't give any warning: `IF variable==5` Or this code `IF variable== 5` Or this cod `IF variable ==5` I expect all examples above to give a warning while the code below doesn't `IF variable == 5` Reason: Formatting like this improves readability
This code doesn't give any warning:
IF variable==5Or this code
IF variable== 5Or this cod
IF variable ==5I expect all examples above to give a warning while the code below doesn't
IF variable == 5Reason:
Formatting like this improves readability