<HTML> <HEAD> <TITLE>......</TITLE> <HEAD> <BODY> xxxx<BR> xxxx<BR> xxxx<BR> <SCRIPT> window.document.open() for (var i=1; i<10; i++) <-- for loop or repeat loop { <-- begin of the loop window.document.writeln(i,":",2*i,"<BR>") } <-- end of the loop window.document.close() </SCRIPT> xxxx<BR> xxxx<BR> xxxx. </BODY> </HTML>
You see a text and between begin and end you see a table with content that is generated on a program, an 'intelligent' script. The output in the table that is calculated here, is very simple. But the output can also be output of a complex formula, a mathematical model or even be generated by an expert system.
You see .... formula driven ...
You see ... statements xxxx ...
Enschede, 20 jan. 2000; updated jan. 28, 2003