Syntax

*boolean* && *boolean*
*boolean* and *boolean*

Examples

3 > 2 && 2 > 3
prop("Naughty") and prop("Nice")

→ and

Untitled

More Info

&& / and · Notion Formulas · Ben Smith