Creo relation in Mathcad.
I am wondering how i can write a Creo Relation in Mathcad 15.
In Creo the relation looks like this:
| IF MOD_WIDE == 4 | ||
| LEFT_BAY_MOD_WIDE = 2 | ||
| ELSE | ||
| LEFT_BAY_MOD_WIDE = 3 | ||
| ENDIF |
So when the variable MOD_WIDE is defined as 4, then the other variable LEFT_BAY_MOD_WIDE is set equal to 2, otherwise it is 3.
Any suggestions?

