Language Basics Ruby

if x       # If x is non-nil
  puts x   # Then print it
end