Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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