webpage
webpage copied to clipboard
New Fortran webpage
Add's a beginner's guide to using floating-point numbers. Solves issue #203
There is a lot of highlight issue in the original webpage: 1. several code block missing ` ```fortran` identifier 2. some `console` block is identified as `shell`, which is used...
The information at https://fortran-lang.org/en/learn/best_practices/allocatable_arrays/ is correct, but in the snippet An already allocated array cannot be allocated again without prior deallocation. Similarly, deallocation can only be invoked for allocated arrays....
Feedback requested on PR regarding optional arguments and declaration of multiple variable in a line
My PR from 3 weeks ago https://github.com/fortran-lang/webpage/pull/466 "Update organising_code.md to cover optional arguments" awaits feedback. If you think any of the changes are worth making, you could comment here, and...