' Visual Basic 2008 9.0 .NET Examples - Operators - Introduction to Visual Basic : Module Example2 Sub Main() Dim x As Integer = -2 Dim y As Integer = 4 ' Console.WriteLine(-x ^ y) ' Console.ReadLine() End Sub End Module ' Visit www.studyvb.com for more examples. Copyright 2003-2008 De Wolf.