Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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