# Good for (a in 1:5) { show(x) } # Bad for(a in 1:5){ show(x) }