and: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 25: Line 25:
'''Example:'''
'''Example:'''


[[alive]] [[player]] '''and''' [[alive]] [[leader unit]] [[player]]
[[alive]] [[player]] '''and''' [[alive]] [[leader unit|leader]] [[player]]

Revision as of 18:04, 18 May 2006


a and b


Operand types:

a: Boolean

b: Boolean

Type of returned value:

Boolean

Description:

a and b


Example:

alive player and alive leader player