' Visual Basic 2008 9.0 .NET Examples - Operators - Introduction to Visual Basic : Module Example4 Sub Main() Dim value As Integer = 2 ' value *= 3 + 4 ' (1) ' Console.WriteLine(value) ' Console.ReadLine() End Sub End Module ' Visit www.studyvb.com for more examples. Copyright 2003-2008 De Wolf.