Made with KolourPaint and screenshots from Kate (with the GitHub theme).

  • weird@sub.wetshaving.social
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 hours ago

    There is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g.

    String myfunction():

    String myvariable();