returns pos if cond evaluates to True, and neg if it evaluates to False.
returns other if cond evaluates to neither True nor False.
returns Null if cond evaluates to False.
Examples
If the second branch is not specified, Null is taken:
If(1<2, a)
a
If(False, a) //FullForm
Null
If(a, (then) b, (else) c);
Thank You for Your Feedback!
Thank you for taking the time to share your thoughts with us. Your feedback is invaluable and helps us improve our
services. We appreciate your input and are committed to making your experience better.
If you have any further comments or questions, please feel free to reach out to us.