Go to the first, previous, next, last section, table of contents.

Writing Programs

Modula-3 programs are composed of one or more module files, along with a makefile that tells the compiler how to put everything together. All of these files must be located in a subdirectory called src.

IMPORTANT: Case is significant in Modula-3 programs. This means that


Go to the first, previous, next, last section, table of contents.