Useless parentheses can sometimes be misleading and so should be removed.
if ((a = b)) then ...
if (a = b) then ...