Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,15 +1,6 @@
|
|||
'This Prints to the Debug-Window!
|
||||
Dim i As Integer
|
||||
Dim ii As Integer
|
||||
Dim x As Integer
|
||||
Dim out As String
|
||||
|
||||
output = ""
|
||||
|
||||
For i = 1 To 5
|
||||
For ii = 1 To i
|
||||
out = out + "*"
|
||||
Next ii
|
||||
Debug.Print (out)
|
||||
out = ""
|
||||
Next i
|
||||
For x As Integer = 0 To 4
|
||||
For y As Integer = 0 To x
|
||||
Console.Write("*")
|
||||
Next
|
||||
Console.WriteLine()
|
||||
Next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue