pub fn store_var( variables: &mut FxHashMap<Path, FxHashMap<Chars, Value>>, local: bool, scope: &Path, name: &Chars, value: Value ) -> (bool, Path)