pub fn var() -> Element
A variable name: <var>. Winged-Swift calls this VarTag.
<var>
VarTag
use winged_rust::prelude::*; let el = var(); assert_eq!(el.tag(), "var");