Language Basics Ruby

puts 100 if true
puts 100 if false
puts "It's true!" if nil