Open
Description
Compare
#If, WinActive("ahk_exe foo.exe") || WinActive("ahk_exe bar.exe")
...
#If, WinActive("ahk_exe foo.exe") && CustomFunction()
...
with
#If, WinActive("ahk_exe foo.exe")
|| WinActive("ahk_exe bar.exe")
...
#If, WinActive("ahk_exe foo.exe")
&& CustomFunction()
...
Images:
It seems the lines 2 and 7 should be green, but they aren't.
Metadata
Assignees
Labels
No labels