12 lines
103 B
Text
12 lines
103 B
Text
window 1
|
|
|
|
long i, j
|
|
|
|
for i = 1 to 5
|
|
for j = 1 to i
|
|
print @"*";
|
|
next
|
|
print
|
|
next
|
|
|
|
HandleEvents
|