From the course: Introduction to Fortran

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Chapter intro: Organization and reuse

Chapter intro: Organization and reuse - FORTRAN Tutorial

From the course: Introduction to Fortran

Chapter intro: Organization and reuse

- [Instructor] What do you do if your programs start to get long and complicated? When that happens, programs can get really hard to understand or modify without making mistakes. In this chapter, we'll cover a couple of ways to break your programs up into smaller, easier to understand pieces and how you can organize them. That is, we're going to learn about procedures and modules. Once you've learned about how to write and use them, you'll reorganize your to-do app to make use of them. So let's dive in and start learning about procedures and modules.

Contents