Hello World in Modula-2
Every programming journey starts with Hello World. Let’s write our first Modula-2 program using the GNU Modula-2 compiler (gm2), which is now part of GCC.
The Code
Create a file named hello.mod: …
Every programming journey starts with Hello World. Let’s write our first Modula-2 program using the GNU Modula-2 compiler (gm2), which is now part of GCC.
Create a file named hello.mod: …
Modula-2’s type system is one of its defining features. Designed by Niklaus Wirth as an improvement over Pascal, Modula-2 enforces strict, static typing that catches errors at compile time …
Read more →Showing 1–2 of 2 posts (page 1 of 1)