Add support for a single variable in a for-range-loop. ```golang for i := range slice { // Do something. } ```