Function VisualScript.renameVariable

Change the name of a variable.

void renameVariable (
  const(String) name,
  const(String) new_name
) nothrow @nogc;