This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "If"

Jump to navigation Jump to search
1 byte removed ,  04:46, 17 April 2006
m
imported>JOG
m (→‎Combining Comparisons: who said parantheses don't work?)
imported>JOG
Line 67: Line 67:




Note that "||" is evaluated before "&&", just like "*" is evaluated before "+". in normal algebra.
Note that "||" is evaluated before "&&", just like "*" is evaluated before "+" in normal algebra.


If you want the && to be evaluated first, you have to include that part in parentheses. For example:
If you want the && to be evaluated first, you have to include that part in parentheses. For example:
Anonymous user

Navigation menu