InterviewSolution
Saved Bookmarks
| 1. |
What are some of the valid guard expressions? |
|
Answer» The VALID guard expressions are ATOM true, Other constants, Calls to the BIFs SPECIFIED, Term COMPARISONS, Arithmetic Expressions, BOOLEAN Expressions, and Short-circuit Expressions. |
|