Warning: Undefined variable $info in /home1/josetxoc/public_html/certif/showmanual.php on line 43

Warning: Trying to access array offset on value of type null in /home1/josetxoc/public_html/certif/functions.php on line 96

Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 50

spec

Software for Diffraction

2.3.16.5. - Ternary Operator

spec, like the C language, has one ternary operator, which works in a manner similar to the if-else construction and uses the characters ? and :. Its use is
expression1 ? expression2 : expression3
where the result of this entire expression is expression2 if expression1 is nonzero, otherwise expression3.


Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 73