Skip to content

Instantly share code, notes, and snippets.

@SeanJA
Created May 8, 2012 12:56
Show Gist options
  • Select an option

  • Save SeanJA/2634702 to your computer and use it in GitHub Desktop.

Select an option

Save SeanJA/2634702 to your computer and use it in GitHub Desktop.
#ffs don't do this
for i in 1..10
if i == 1
next #continue
else
#do stuff
end
end
@gavinblair
Copy link

use ruby? :P

@SeanJA
Copy link
Author

SeanJA commented May 8, 2012

No... start at 1 when you don't really want to start at 1 :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment