logoalt Hacker News

xigoilast Sunday at 10:19 PM0 repliesview on HN

The problem is that usually you have something like

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