Hacker News new | ask | show | jobs
by xigoi 311 days ago
The problem is that usually you have something like

  fn main() {
    if something {
      print(`A
  simple
  formatted
  string`)
    }
  }
which looks ugly and confusing.