7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
{
|
|
s = ""
|
|
for (i = NF; i > 0; i--)
|
|
s = s " " $i
|
|
print s
|
|
}
|