Syntax
|
<CARAVAN> over </CARAVAN>
|
Text
|
You can terminate Caravan script execution at any point in the source code file.
|
Sample
|
<HTML> <BODY> <CARAVAN> loop ctr (100) "The value of the counter is " ctr(counter) if ctr(counter) = "50" over repeat ctr 101 </CARAVAN> </BODY> </HTML>
|
Quick Reference
|
|
Home
Back
|
|