a or b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 21: Line 21:


a '''or''' b  
a '''or''' b  
See also [[or]]





Revision as of 17:25, 21 May 2006


a || b


Operand types:

a: Boolean

b: Boolean

Type of returned value:

Boolean

Description:

a or b

See also or


Example:

? (not (canMove tank1) || not (canMove tank2)) : hint "Our armour is being immobilsed!"