|
Vortex directives are commands that affect the behavior of the
script, but have a global effect and are evaluated only at compile
time. As such, they must appear before the first function in the
script. For example, the EXPORT directive
(p. ) flags which variables will be exported; the
actual export of these variables, however, happens when $url is
printed at run time.
Copyright © Thunderstone Software Last updated: Wed Sep 10 11:16:28 EDT 2008
|