<HTML>
<HEAD>
<TITLE>Figure 3-10</TITLE>
</HEAD>
<BODY>
<?
while(true)
{
print("This line is printed.");
break;
print("This line will never be printed.");
}
?>
</BODY>
</HTML>
<HEAD>
<TITLE>Figure 3-10</TITLE>
</HEAD>
<BODY>
<?
while(true)
{
print("This line is printed.");
break;
print("This line will never be printed.");
}
?>
</BODY>
</HTML>
















