RosettaCodeData/Task/Loops-For-with-a-specified-step/R/loops-for-with-a-specified-step-2.r
2016-12-05 22:15:40 +01:00

1 line
73 B
R

cat(paste(c(seq(2, 8, by=2), "who do we appreciate?\n"), collapse=", "))