music
OSdata.com: Modula-2 

OSdata.com

Modula-2

Google


OSdata.com is used in more than 300 colleges and universities around the world

Find out how to get similar high web traffic and search engine placement.

general

    nature: procedural language

    history: Modula-2 was released in 1979. Created by Niklaus Wirth at ETH in Zurich, Switzerland. Wirth also created the Lilith computer, a Modula-2 machine.

    Modula-2 was based on Pascal and Modula. “Modula-2 has separately compiled library modules, and makes much less use of blocks (begin...) than Standard Pascal. Identifiers are case sensitive; there is no goto label; and I/O is in libraries rather than built in. The IF statement is more versatile; and there are facilities for concurrent programming via coroutines. Extended Pascals may have some of these features.” according to Modula-2 FAQ

Hello World example

Modula-2

MODULE HelloWorld;
FROM InOut IMPORT WriteString, WriteLn;
BEGIN
   WriteString('Hello World');
   WriteLn;
END HelloWorld.

structure

    format: free form; block structured


OSdata.com is used in more than 300 colleges and universities around the world

Read details here.

Some or all of the material on this web page appears in the
free downloadable college text book on computer programming.


    A web site on dozens of operating systems simply can’t be maintained by one person. This is a cooperative effort. If you spot an error in fact, grammar, syntax, or spelling, or a broken link, or have additional information, commentary, or constructive criticism, please e-mail Milo. If you have any extra copies of docs, manuals, or other materials that can assist in accuracy and completeness, please send them to Milo, PO Box 1361, Tustin, CA, USA, 92781.

    Click here for our privacy policy.


previous page next page
previous page next page

home page

one level up

special topics

peer level


Made with Macintosh

    This web site handcrafted on Macintosh computers using Tom Bender’s Tex-Edit Plus and served using FreeBSD .

Viewable With Any Browser


    Names and logos of various OSs are trademarks of their respective owners.

    Copyright © 2007 Milo

    Last Updated: October 10, 2007

    Created: October 10, 2007

previous page next page
previous page next page