Quote Originally Posted by ERMEGM View Post
Was wondering if PBP will allow this?

if x = 1 OR 2 then do this

It compiled fine, but wasn't sure if you could have an OR statement on the condition side.

Tony
It sure compiled fine because regarding the syntax it is correct. It checks if x equals 1 and if true then it OR's it with 2.

Of course the result is not what you expect, but Henrik gave you the answer.

Ioannis