6 lines
83 B
Text
6 lines
83 B
Text
> for i to 5 do to i do printf( "*" ) end; printf( "\n" ) end;
|
|
*
|
|
**
|
|
***
|
|
****
|
|
*****
|