Skip to content

Instantly share code, notes, and snippets.

@waldronj
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save waldronj/adeb94b7f36cd7d35027 to your computer and use it in GitHub Desktop.

Select an option

Save waldronj/adeb94b7f36cd7d35027 to your computer and use it in GitHub Desktop.
$numbers = 1..10
$i = 0
while($i -le 10){
$numbers
$i++
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment