| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 3,917,815,392 visitors served. |
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
modula-2 |
Also found in: Wikipedia | 0.01 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.
Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content. |
|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup |
|---|