pub type Variable = String;
A variable reference including the leading ? (e.g. ?x, ?from).
?
?x
?from
pub struct Variable { /* private fields */ }