8 lines
83 B
Text
8 lines
83 B
Text
|
|
Local i,j
|
||
|
|
ClrIO
|
||
|
|
For i, 1, 5
|
||
|
|
For j, 1, i
|
||
|
|
Output i*8, j*6, "*"
|
||
|
|
EndFor
|
||
|
|
EndFor
|