6 lines
84 B
Text
6 lines
84 B
Text
10 for i = 1 to 5
|
|
20 for j = 1 to i
|
|
30 print "*";
|
|
40 next j
|
|
50 print
|
|
60 next i
|