// Assignment on RHS of variable. var a = "before"; var c = a = "var"; print a; // out: var print c; // out: var