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