Modula-3 Reference and Tutorial: Changes and Updates

Planned Updates

Usability and printing.
Make it easier to navigate and print by consolidating many small pages.
Continue the tutorial.
So far the topics I think I will try to cover for the tutorial are:
Introduction page (done)
Simple program page for the user to test his setup (done)
Statements
Flow control
Loops
Modules
Interfaces
Exception Handling
threads
SRC interfaces
Ready to compile samples.
Have all sample codes referenced in the tutorial as both a TAR and a ZIP file for the users to download.

Previous Changes

Explanation of dates.

The changes beneath a date reflect the changes which were uploaded that date. Much work may work between dates, but I felt that it was only relevant to list the dates when the changes took effect.

2-16-97:
Added link to Tutorial and Reference page on the table of content.
Added Planned Updates to the Changes page.
Updates to Table of contents, Intro and first program pages.
Created Introduction to Modula-3 page and added to table of content.
Added warning to table of content.
Breakup of table of contect into Reference and Tutorial
Updated explanation in cover page to indicate target audience
Added Meta tags to main page.
Cosmetic changes to "Main" and "Changes" page.
Added link to the Modula3 Home page on "Main" page.
1-22-97:
Changed all import() and module() to import("") and module(). "While the ones without quotes work for now, it's not technically correct." Thanks to Blair MacIntyre. for the correction.
1-19-97: Changed the "The Main Module" page to fix error on example.
IO.Getline(name)
Corrected to:
name:=IO.Getline()