---
title: "Give the list of valid guard expressions?"  
description: "Give the list of valid guard expressions?"  
author: "Anonymous User"  
published: 2015-06-25  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2660/give-the-list-of-valid-guard-expressions  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "erlang"]  
reading_time: 1 minute  

---

# Give the list of valid guard expressions?

• Atom true,\
• Other constants\
• Calls to the BIFs specified\
• Term Comparisons\
• Arithmetic Expressions\
• Boolean Expressions\
• Short-circuit Expressions

## Answers

### Answer by Anonymous User

• Atom true,\
• Other constants\
• Calls to the BIFs specified\
• Term Comparisons\
• Arithmetic Expressions\
• Boolean Expressions\
• Short-circuit Expressions


---

Original Source: https://www.mindstick.com/interview/2660/give-the-list-of-valid-guard-expressions

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
