Skip to content

Instantly share code, notes, and snippets.

@almaron
Created October 16, 2013 10:14
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 almaron/7005595 to your computer and use it in GitHub Desktop.
Save almaron/7005595 to your computer and use it in GitHub Desktop.
for($i=1; $i<=3; $i++) {
echo "set ";
}
3.times {puts "set"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment