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

Monday, November 19, 2012

Codecademy: "If, Else, and Elsif"


#sample solution


if true
  print "Something to the console."
elsif true
  print "Something else to the console."
else
  print "Something else, again to the console."
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts