a && b: Difference between revisions
Categories:
No edit summary |
m (cond and moved to a && b) |
(No difference)
|
No edit summary |
m (cond and moved to a && b) |
(No difference)
|
back to COMREF
Operand types:
a: Boolean
b: Boolean
Type of returned value:
Description:
a and b
Example:
? (alive player && alive leader player) : hint "Both the player and his leader are alive"