Hi All,
When looking at code that didn't use parentheses I want to understand what pxplus is doing behind the scenes.
in the following
X=1 OR 0 AND 0
PRINT X
X WILL EQUAL 0.
Can someone state why this is? (Michael Scott: "Explain it me like I'm 5")
When looking at code that didn't use parentheses I want to understand what pxplus is doing behind the scenes.
in the following
X=1 OR 0 AND 0
PRINT X
X WILL EQUAL 0.
Can someone state why this is? (Michael Scott: "Explain it me like I'm 5")