Skip to content

Instantly share code, notes, and snippets.

@RPGP1
Last active December 7, 2015 03:45
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 RPGP1/fde61623824cfc8e467b to your computer and use it in GitHub Desktop.
Save RPGP1/fde61623824cfc8e467b to your computer and use it in GitHub Desktop.
Dim say As String, i as Integer
say = "I love Ruby"
For i = 1 To 5 Step 1
MsgBox say
Next i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment