Symbol used to combine conditions and return true when both conditions are true.
Details
🤖 Pseudocode
if hasEnoughMoney AND hasInventorySpace # true if both conditions are true
player can buy the item
Related Concepts
- Is: Operator
- Used in: Compound Condition