Mega Code Archive

 
Categories / Ruby / Statement
 

Put any number of lines of code in between the if statement and the end line

age = 10 if age < 18   puts "You're too young to use this system"   puts "So we're going to exit your program now"   exit end