use the multiline if/else option
age = 10 if age < 18 type = 'child' else type = 'adult' end puts "You are a " + type