What’s your opinion on prorgamming languages that separate lines with semicolons or those that just use a line break?

  • @doomy
    link
    54 years ago

    I like languages where they are not required but can be used to delimit two statements on one line. I also like Rust in that no semicolon is an implicit return

    • Richard
      link
      24 years ago

      Which is highly confusing when you are learning Rust but come from Javascript.

    • DessalinesA
      link
      24 years ago

      Same, I like that implicit return too, I think some other languages have that too.