---------------
What is an example of a nested conditional expression?
Solution
An example of a nested conditional:
if (n=1) (<nested conditional>) else (<nested conditional>)
So:
if (n=1) (if (o=1) (0) else (1)) else (o=2)
---------------------
^
nested coditional
Notes and References
Hardware/Software Configuration
Platform: na
OS: n/a
OS Version: n/a
Product: NX
Application: DESIGN
Version: V1847
Function: EXPRESSION
Ref: 001-8938695