You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a relatively common error to not include parenthesis in IF statements with multiple clauses. This almost always produces unexpected results.
I'd suggest two basic warnings:
|| - Any use of || where adjacent non-whitespace characters are not the appropriate parenthesis.
&& - Any use of && where adjacent non-whitespace characters are not the appropriate parenthesis.
The text was updated successfully, but these errors were encountered:
Reported internally within InterSystems:
It's a relatively common error to not include parenthesis in IF statements with multiple clauses. This almost always produces unexpected results.
I'd suggest two basic warnings:
|| - Any use of || where adjacent non-whitespace characters are not the appropriate parenthesis.
&& - Any use of && where adjacent non-whitespace characters are not the appropriate parenthesis.
The text was updated successfully, but these errors were encountered: