Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, November 19, 2012

Codecademy: "Loop the Loop with Loop"


#sample solution


i = 1
loop do
  print "Ruby!"
  i += 1
  break if i > 30
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts