(def alert-hello (planet-name)
  (var message (concat "hello " planet-name))
    message)

(var foo (concat "hi " "there"))
