NL


new line

NL

new line.

Examples:

1) for(i=1,5)$i;
Prints:
         1 2 3 4 5
2) for(i=1,5){$i;NL;}
Imprime:
         1
         2
         3
         4
         5