Category : Modula II Source Code
Archive   : M2TUTOR.ZIP
Filename : CH02E2.MOD
Output of file : CH02E2.MOD contained in archive : M2TUTOR.ZIP
MODULE CH02E2;
FROM InOut IMPORT WriteString, WriteLn;
BEGIN
WriteString("John Doe");
WriteLn;
WriteString("1234 Main Street");
WriteLn;
WriteString("Littleburg, NY 01254");
WriteLn;
END CH02E2.
(* Result of execution
John Doe
1234 Main Street
Littleburg, NY 01254
*)
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/