Imports System
Public Module Module1
Public Sub Main()
for idx as integer = idx to 40 step 1
Console.WriteLine("xxxxxx")
next
End Sub
End Module