• @[email protected]
    link
    fedilink
    7
    edit-2
    4 months ago

    What are you writing your code in? Windows notepad? How the hell do you not see the semicolon missing?

    • @[email protected]
      link
      fedilink
      -14 months ago

      because semicolons are tiny characters that oftenhave to be appended to the end of lines (precisely the worst place for them to be easily visible, since they’ll blend in with the previous character)

      whitespace meanwhile is very easy to notice that it’s missing, as i’m sure you noticed when reading the above sentence.

      • @[email protected]
        link
        fedilink
        14 months ago

        In both cases, you press compile and the compiler goes “you missed a whitespace/semicolon HERE”