Syntax
|
<CARAVAN> statement1;statement2;statement3;statement4 </CARAVAN>
|
Text
|
Multiple Caravan statements can be combined in one line, one after another, separated by a semicolon (;).
|
Sample
|
Example <HTML> <BODY> <CARAVAN> loop ctr (100); "The value of the counter is ";ctr(counter);"<br>";repeat ctr 100
</CARAVAN> </BODY> </HTML>
|
Quick Reference
|
|
Home
Back
|
|