Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bbn!husc6!psuvax1!psuvm.bitnet!uh2 From: UH2@PSUVM.BITNET (Lee Sailer) Newsgroups: comp.sys.amiga Subject: Re: REXX/AREXX: You know, Like PL/1 Message-ID: <89099.10:09:27.881405UH2@PSUVM> Date: 9 Apr 89 14:09:27 GMT References: <6783@ecsvax.UUCP> Distribution: na Organization: Penn State University - Center for Academic Computing Lines: 9 I, too, have heard a lot of people say REXX is, u no, like PL/1. Personally, I think this is a red herring. The IF, DO, and some other control structures are vaguely like PL/1, but as a complete language REXX is no more like PL/1 than it is like ICON. For example, one of the richest features of REXX is that you can use the string manipulation functions to create a string that is a syntactically correct REXX command, and then you can execute it. Now, you cannot do this is PL/1, though you can in languages like Lisp, for x.