ExportVar
ExportVar(name, scope, VEM_PLAIN);
ExportVar(var->name.str, scope, VEM_ENV);
ExportVar(varnames.words[i], scope, VEM_ENV);
if (!ExportVar(varname, SCOPE_GLOBAL, mode))