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

Writing Programs

A Modula-3 program is composed of one or more modules and interfaces, along with a makefile that tells the compiler how to put everything together. The makefile is called an "m3makefile" by convention.

For simple programs, you may get away without having an m3makefile.

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


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