Skip to content

Instantly share code, notes, and snippets.

@taboege
Created April 9, 2019 10:12
Show Gist options
  • Save taboege/cd8e4e86852d5906b859f7a0804480ad to your computer and use it in GitHub Desktop.
Save taboege/cd8e4e86852d5906b859f7a0804480ad to your computer and use it in GitHub Desktop.
Gambas Test
Public Sub Main()
For i As Integer = 1 To 10
Print i; "...";;
Next
Print
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment