Arc Forumnew | comments | leaders | submitlogin
5 points by aw 5263 days ago | link | parent

Conditionally include things in a string:

  (string "You are going "
          (if (> speed 100) "very ")
          "fast")