How to express multiple conditional statements? #1275
Replies: 1 comment 2 replies
-
As always, just untangle it you have 4 cases which you introduce binaries for and then simply impose those conditions case1 A>=0, B>=0, whatever |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to ask if we can implement the nesting of two conditional statements using implicit syntax. For example:
I can successfully create a condition statement, but for the nested condition statement, I do not know how to do it using implies.
Looking forward to your reply!
Beta Was this translation helpful? Give feedback.
All reactions