YENGShortcircuit

From OpenSimulator

Revision as of 14:19, 21 September 2020 by Ubit (Talk | contribs)

Jump to: navigation, search

operators &&& and ||| are AND and OR logic operators that evaluate the expression to their left and will only evaluate the expression to their right, if the one at left does not define the result.

&&& will not evaluate right side if left is FALSE
||| will not evaluate right side if left is TRUE

care using () to make complex expressions more clear

Personal tools
General
About This Wiki