Community Tip - You can change your system assigned username to something more personal in your community settings. X
how would you do the following in Mathcad:
if (x = 1 or x = 2)
return "yes"
else
return "no"
thank you.
Solved! Go to Solution.
exactly like you wrote it, but with "or" replaced with the OR operator. You'll find it in the operators overview, it looks like a large V.
Success!
Luc
