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