====== < var > ====== ===== Description ===== The element declares a variable in the scope of its parent element. If the variable is already defined in the current scope, further declaration is treated as value assignments. ===== Syntax ===== ===== Attributes ===== |name|The name attribute defines the name of the variable. This attribute is required.| |expr|The expr attribute is the initial value of the variable. This attribute is optional and defaults to undefined.| ===== Parents ===== , , , ,
, , , , , ===== Children ===== None. ===== Extensions ===== None. ===== Limitations/Restrictions ===== None. ===== Example Code ===== hello | goodbye Just say hello Say hello Say something Hello, !