Skip to content

Instantly share code, notes, and snippets.

@krokrob
Created January 7, 2016 10:32
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 krokrob/94cd4da818055cddc790 to your computer and use it in GitHub Desktop.
Save krokrob/94cd4da818055cddc790 to your computer and use it in GitHub Desktop.
# boucles: while, loop, until, for
for i in (1...100)
puts "Voici le nombre #{i}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment