September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,6 +1,11 @@
|
|||
for i = 1 to 5
|
||||
for j = 1 to i
|
||||
print "*";
|
||||
next
|
||||
print
|
||||
next
|
||||
Public Sub Main()
|
||||
Dim i, j As Integer
|
||||
|
||||
For i = 1 To 5
|
||||
For j = 1 To i
|
||||
Print "*";
|
||||
Next
|
||||
Print
|
||||
Next
|
||||
|
||||
End
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue