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