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.17.1. - Conditional Statement



The forms of the conditional statement are
if ( expression ) statement
if ( expression ) statement else statement
The expression is evaluated in both cases. If nonzero, the first statement is executed. In the second form, if expression is zero, the second statement is executed. Each else is always matched with the last else-less if within the same statement block.


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