Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 20:24:28 +03:00
parent 852ad3cc5f
commit b5952d7d14
13 changed files with 18 additions and 13 deletions

View File

@ -3,7 +3,7 @@ title: and
tags: math,logic,beginner
---
Returns `true` if both arguments are `true`, `false` otherwise.
Checks if both arguments are `true`.
- Use the logical and (`&&`) operator on the two given values.