What are the differences between Modula-2 and Pascal?
A. Modula-2 has separately compiled library modules, and makes much less use of blocks (begin…) than 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.