pub fn var_default<T>() -> Var<T>where T: VarValue + Default,
New read/write shared reference variable with default initial value.