<html> <head> <title>Using the label Statement</title> </head> <body> <script language="JavaScript1.2" type="text/javascript"> <!-- var stopX = 3; var stopY = 8;
document.write("All x,y pairs between (0,0) and ("); document.write(stopX + "," + stopY + "):<br>");