10 lines
115 B
Text
10 lines
115 B
Text
' FB 1.05.0 Win64
|
|
|
|
For i As Integer = 1 To 5
|
|
For j As Integer = 1 To i
|
|
Print "*";
|
|
Next
|
|
Print
|
|
Next
|
|
|
|
Sleep
|