Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Re: M2Amiga, some answers. Message-ID: <8711252049.AA18360@cory.Berkeley.EDU> Date: Wed, 25-Nov-87 15:49:37 EST Article-I.D.: cory.8711252049.AA18360 Posted: Wed Nov 25 15:49:37 1987 Date-Received: Sun, 29-Nov-87 04:47:45 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 12 >BUT also a big source for programming errors. Does your C compiler >complain if you call a 3 parameter procedure with just two parameters? Prototyping fixes this. But even so, it certainly is NOT a big source of programming errors. In all my experience I have never called a subroutine with the wrong number of parameters. Modula II is *much* too wordy for my tastes... when I look at source I want to see my PROGRAM, not a bunch of keywords. -Matt