Imports System.Console
Module Module1
Sub Main()
Dim x = 1
20: WriteLine(x)
If x = 5 Then GoTo 40
x = x + 1
GoTo 20
40: ReadLine()
End
End Sub
End Module
Hasil nya :
Imports System.Console
Module Module1
Sub Main()
Dim x = 1
20: WriteLine(x)
If x = 5 Then GoTo 40
x = x + 1
GoTo 20
40: ReadLine()
End
End Sub
End Module
Tidak ada komentar :
Posting Komentar