Well, basically what I'm trying to do is something like that:
if (let a = getSth()) != 0: echo a Run
if (let a = getSth()) != 0: echo a
Is that possible? How?
if (let a = 1; a != 0): echo a