> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/operators/and.md).

# And

This operator is used in *\<conditional>* expressions. Use it to aggregate several conditions.\
\
**Symbol**: AND

### **Examples**

* *Example 1*

5 < 10 AND 5 < 9\
**Result** = TRUE

* *Example 2*

5 < 10 AND 5 < 4\
**Result** = FALSE
