7 lines
54 B
Text
7 lines
54 B
Text
|
|
ClrHome
|
||
|
|
For(I,1,5)
|
||
|
|
For(J,1,I)
|
||
|
|
Output(J,I,"*")
|
||
|
|
End
|
||
|
|
End
|