Path: utzoo!attcan!uunet!lll-winken!lll-tis!afit-ab!icc!wbralick From: wbralick@icc.afit.arpa (William A. Bralick Jr.) Newsgroups: comp.sys.amiga Subject: Re: Modula-2 ? No thanks ! Message-ID: <583@afit-ab.arpa> Date: 12 Sep 88 14:46:20 GMT References: <3403@crash.cts.com> <1826@mva.cs.liv.ac.uk> Sender: news@afit-ab.arpa Reply-To: wbralick@icc.UUCP (William A. Bralick Jr.) Organization: Air Force Institute of Technology; WPAFB, OH Lines: 17 In article <1826@mva.cs.liv.ac.uk> rkl@mva.cs.liv.ac.uk writes: >In article <3403@crash.cts.com>, haitex@pnet01.cts.com (Wade Bickel) writes: >>> [conserving bandwidth] >has the + operator to concatenate two strings together - I know, this seems >trivial but it is a good test as to whether a compiler of any language is >worth using... For a start it rules out : any variety of C, most (crummy) >Pascals, Modula-2, Fortran (strings ? hah !), even VAX ADA ! Ada (which is *not* an acronym (ADA stands for Air Defense Artillery)) can most certainly do what you ask. Merely define the function "+" using the (native) "&" function (defined in package Standard), and there you are. Although I don't see what's wrong with using the standard "&" for string concatenation, I guess there is no accounting for taste ... Will