HotKeyIt/ahkdll

If acts weird

Visionary1 opened this issue · 2 comments

If (0 < 15 < 10)
{
	Msgbox, evaluates to true why?
}

If statement turns to true, am I missing something on If statement? or is it a bug

Because 1 < 10
If ((0 < 15) < 10)

lollol I feel so stupid... thanks!