Syntax
|
<CARAVAN> include {filename} </CARAVAN>
|
Text
|
You can add any other source code or normal any file in between the source code. Extremely useful for modular design and coding.
|
Sample
|
<HTML> <BODY> <CARAVAN> loop ctr (100) "The value of the counter is " ctr(counter) if ctr(counter) = "50" include xyz.html repeat ctr 101 </CARAVAN> </BODY> </HTML>
|
Quick Reference
|
|
Home
Back
|
|