1
0
Fork 0

9 lines
101 B

{ for (i = 1; length($i) > 0; i++)
print i, $i
}
{ for (i = 1;
length($i) > 0;
i++)
print $i
}