Quote Originally Posted by Acetronics View Post
Hi, Sayzer

"IF A = B = C = D = 100 THEN Loop"


A ?= B ... result is TRUE ( 1)

1 ?= C ... result is FALSE ( 0 )

0 ?= D ... result is FALSE ( 0 )

0 ? = 100 ... result is FALSE ...


Too bad for the Nobel Prize ...

You win another chance to be known.

Alain
If I understand correctly, I think Sayzer's point was, it should fail to compile or at least throw an error message.