<!--#echo var="last_modified"-->
<!--#echo var="date_local"-->
<!--#echo var="date_gmt"-->
<!--#echo var="user_name"-->
weis
<!--#echo var="document_path_info"-->
.
<!--#echo var="document_name"-->
test3.html
<!--#echo var="document_uri"-->
document_uri
<!--#echo var="query_string_unescaped"-->
query_string_unescaped
A variable is defined as an identifier following a $
symbol. An identifier is either a sequence of alphanumeric characters
following an alphabetic character, or an identifier enclosed in
matching parens or brackets. Hence $ident
,
$(ident)
, or ${ident}
are variables.
A variable can be bound either in the system environment or in the
Htmlc compiler's environment. System bound variables are enclosed by
<
and >
. Hence,
$<ident>
is a reference to the system variable
$ident
.
All other variables are compiler's environment bound.
$<variable>
<!--#echo var="$<variable>"-->
LE_HTMLC = Htmlc forever!
$variable
,
$(variable)
, or ${variable}
.
<!--#echo var="$variable"-->
constante