September 2019
Beginner
512 pages
12h 52m
English
We have seen the single-file approach to define a library, so now let's explore how to split the library definition into multiple files to allow us to organize the project in small, reusable pieces (which is the real purpose of using libraries).
To define a multiple-file library, we can use the combined part, part of, and library statements:
Let's examine what the preceding example looks like by using the part statements: ...
Read now
Unlock full access