Index  |  Related pages  |  Classes  |  Objects  |  Functions  |  Entities  |  Function Sets

Entities

scriptName Physical name of the loaded main script.
scriptPath Physical path of the loaded main script.
tpd Exchange variables with "templatelets".

Details

scriptName

Exchange variables with "templatelets".

This variable can be filled with a dictionary that may be used by small Falcon programs (template-lets). A typical templatelet:

          <? names = tpd["names"]
             for name, address, wage in names
             ?><tr><td><?=name></td><tr><td><?=address></td><td><?=wage?></td></tr>
             <? end ?>

Consider this a common global variable that can be used by topmost programs to propagate values downstream.

scriptPath

Exchange variables with "templatelets".

This variable can be filled with a dictionary that may be used by small Falcon programs (template-lets). A typical templatelet:

          <? names = tpd["names"]
             for name, address, wage in names
             ?><tr><td><?=name></td><tr><td><?=address></td><td><?=wage?></td></tr>
             <? end ?>

Consider this a common global variable that can be used by topmost programs to propagate values downstream.

tpd

Exchange variables with "templatelets".

This variable can be filled with a dictionary that may be used by small Falcon programs (template-lets). A typical templatelet:

          <? names = tpd["names"]
             for name, address, wage in names
             ?><tr><td><?=name></td><tr><td><?=address></td><td><?=wage?></td></tr>
             <? end ?>

Consider this a common global variable that can be used by topmost programs to propagate values downstream.


Index  |  Related pages  |  Classes  |  Objects  |  Functions  |  Entities  |  Function Sets
Made with Faldoc 1.0.0