Module-3


This heading or section should be added to the syntax template {{Programming Language}} Please add and fill in the template and then remove this notice. For the other pages to add this template, see the related category.

Modula-3 is an object-oriented programming language born as the evolution of Modula-2. It was designed by Luca Cardelli, Jim Donahue, Mick Jordan, Bill Kalsow and Greg Nelson at DEC and Olivetti Research Centers. Sample program (Hello, world) edits wikitesto MODULE Main; IMPORT IO; BEGIN IO.Put("Hello World\n"); END Main; Links externalize the wikitesto

wiki