Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created February 3, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnthonyDGreen/cbc3a9c70677354973d64f1d993a3c5d to your computer and use it in GitHub Desktop.
Save AnthonyDGreen/cbc3a9c70677354973d64f1d993a3c5d to your computer and use it in GitHub Desktop.
Module Program
Sub Main()
For i = 1 To 3
Dim x As Integer
x -= 1
Console.WriteLine(x)
Next
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment