A Modula-3 Tutorial

Welcome!

This is a whirlwind tour of writing Modula-3 programs. By reviewing this tutorial, you will:


Table of Contents


Where to get more information?

To learn more about Modula-3 and CM3, see:

Interface Index: If you would like to read an overview of the standard Modula-3 libraries, visit the Interface Index. There is also a complete reference of all available interfaces and modules.

Trestle By Example: Trestle is a portable windowing system. GUI applications written using Trestle work transparently on top of Unix X Window System (X11) and Microsoft Windows (Win32). If you would like to learn more about Trestle and the available collection of Widgets, read Trestle By Example.

Language Reference To see a precise definition of the Modula-3 Programming Language see the Language Reference.


Based on the Modula-3 Reference and Tutorial by Stephen Schaub.
Copyright 1996 Stepehen Schaub. Portions Copyright 1996 Critical Mass, Inc. All Rights Reserved.