var fDesc=new Array(); fDesc[0] = "Everything Included
Simply Fortran includes a Fortran compiler, advanced development environment, and graphical debugger.
The development environment is built for Fortran productivity first and foremost, with support for legacy code, derived type autocomplete, and module dependency management
Works on Windows, macOS, and GNU/Linux.
Simply Fortran runs perfectly on Windows XP through 10, macOS 10.6 through current, and most GNU/Linux distributions"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }