Path: utzoo!attcan!uunet!fub!opal!unido!rwthinf!cip-s06!wolfram From: wolfram@cip-s06.informatik.rwth-aachen.de (Wolfram Roesler) Newsgroups: comp.sys.atari.st Subject: Re: Which Modula2 compiler ? Message-ID: Date: 25 Jan 91 13:07:34 GMT References: <64806.278dda66@pttrnl.nl> Sender: news@rwthinf.UUCP Lines: 21 vdlaan@pttrnl.nl writes: >I want to buy a MODULA2 compiler for my ST The very best M2 compiler is a C compiler: faster, easier, better. Use the following: #define BEGIN { #define END } #define INC(x) (x)++ #define DEC(x) (x)-- #define PROCEDURE #define MODULE If your M2 programs don't compile with that, buy a book named "The C programming language" and have "rm -f modula2" executed inside your cerebral data base. You will then see things getting a lot better. :-) Greetings! Okami-san