BEGIN { # Simulate echo(1)

for (i = 1; i < ARGC; i++) printf "%s ", ARGV[i]
printf "\n"
exit }