Skip to content

Instantly share code, notes, and snippets.

@wonderful-panda
Created November 29, 2012 12:57
Show Gist options
  • Select an option

  • Save wonderful-panda/4168878 to your computer and use it in GitHub Desktop.

Select an option

Save wonderful-panda/4168878 to your computer and use it in GitHub Desktop.
dim x as integer = 0
for i as integer = 0 to (10 and (x < 10))
x = x + i
debug.print(i)
next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment