void s_free(IList <string> args) { for (int i = 1; i < args.Count; i++) { if (Ram.ContainsKey(args[i])) { Ram.Remove(args[i]); } } }