Index | | | Related pages | | | Classes | | | Objects | | | Functions | | | Entities | | | Function Sets |
scriptName | Physical name of the loaded main script. |
scriptPath | Physical path of the loaded main script. |
tpd | Exchange variables with "templatelets". |
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.
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.
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 |