| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 1,807,057,795 visitors served. |
|
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
modula-2 |
Also found in: Wikipedia | 0.03 sec. |
Modula-2(MODUlar LAnguage-2) An enhanced version of Pascal introduced in 1979 by Swiss professor Nicklaus Wirth, creator of Pascal. It supports separate compilation of modules, allowing it to be used for large projects. The following example changes Fahrenheit to Celsius:
MODULE FahrToCent;
FROM InOut IMPORT ReadReal,WriteReal,
WriteString,WriteLn;
VAR Fahr:REAL;
BEGIN
WriteString("Enter Fahrenheit ");
ReadReal(Fahr);
WriteLn;
WriteString("Celsius is ");
WriteReal((Fahr - 32) * 5 / 9);
END FahrToCent
modula-2 [′mäj·ə·lə ′tü] (computer science) A general-purpose programming language that allows a computer program to be written as separate modules which can be compiled separately but can share a common code.
How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content. |
|
| ? Mentioned in | ? References in periodicals archive | |
|---|---|---|
Shepherd's 15 year development experience encompasses COM, C++, C, Microsoft Windows SDK, Microsoft Foundation Classes, Borland Object Windows Library, Borland Delphi, OS/2 Presentation Manager, Gupta SQL, Raima Object Manager, dBase III+/Clipper, Pascal, Modula-2, 80x86 assembly language and Basic. Modeled after Modula-2 (the successor to PASCAL), ROSA supports development efforts for the Windows NT, UNIX, and OS/2 operating systems. Previously at Sun, he founded and lead the Sun C/C++, Sun COBOL, Sun Cross-Compilers, Sun FORTRAN, Sun Modula-2, and Sun Pascal projects. |
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup | Partner with us |
|---|