# used to delimit lines of code that you want to be executed if the main expression is false:age = 10if age < 18 puts "You're too young to use this system"else puts "You can use this system"end