Peningkatan Visual Basic

Dim x As Integer = 0

x += 1 'x++ equivalent

Console.WriteLine(x)
DaveDavid