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

Monday, November 19, 2012

Codecademy: "Elsif"



#sample solution

if false
  print "String of my choice!"
elsif true
  print "An alternative string of my choice!"
else
  print "A different string of my choice!"
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts