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