7.6.1 ‘_seq()

This function is similar to ‘seq(1)’ except that it only takes a single argument and doesn’t print any newlines. It is suitable to be used in ‘for’ loops.

_seq 5
# Prints:
# 1 2 3 4 5