• @perviouslyiner
    link
    97 months ago

    Just be careful naming your function “stdout()” or things could get weird…

    • @mkwt
      link
      127 months ago

      Or Fortran variables that collide with Fortran built-in functions.

      Keep in mind that array subscript and function call are both () in Fortran.