Examples of standard and non-standard coding
- statement_function.f90: making statement function into regular function
- sleep.f90: standard way to have fractional second sleep
- pause.f90: replace pause with standard statements.
- mkdir.f90: mkdir() is standard Fortran using C