in reply to RE: for loops
in thread for loops

Now how does it know to print on the next line ? do we specify anything or it just does it ?

Replies are listed 'Best First'.
RE: RE: RE: for loops
by Anonymous Monk on Jun 29, 2000 at 15:37 UTC
    Suggest you re-visit the String scalars section. The \n is a newline character to be printed. Thus after each value, a newline is printed (CR/LF) so the next print will start on a new line