Sub Main(ByVal args As String()) For Each token In args Console.WriteLine(token) Next End Sub