Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.85 KB

README.md

File metadata and controls

60 lines (49 loc) · 2.85 KB

Modula-2 Tutor Examples

Modula-2 project Directory tutor-examples\ contains our own Modula-2 code examples from the online Modula-2 Tutor written by Gordon Dodrill (March 1987).

ArayPass Example

This project has the following directory structure :

> tree /f /a . | findstr /v /b [A-Z]
|   build.bat
|   build.sh
|   Makefile
\---src
    \---main
        \---mod
                ArayPass.mod

Areas Example

This project has the following directory structure :

> tree /f /a . | findstr /v /b [A-Z]
|   build.bat
|   build.sh
|   Makefile
\---src
    \---main
        \---mod
                Areas.mod

mics/December 2024