f x
  | x < 10    = print "This is a"
  | x > 10    = print "very poor"
  | otherwise = print "example."