Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!swillett%ucbamber.CC@ucb-vax.ARPA From: swillett%ucbamber.CC@ucb-vax.ARPA Newsgroups: net.micro.cpm Subject: Re: BORLAND TURBO PASCAL - New release (CP/M Version) (Really Message-ID: <11207@brl-tgr.ARPA> Date: Sat, 1-Jun-85 20:18:32 EDT Article-I.D.: brl-tgr.11207 Posted: Sat Jun 1 20:18:32 1985 Date-Received: Sun, 2-Jun-85 20:23:42 EDT Sender: news@brl-tgr.ARPA Lines: 14 TUG can be contacted at: Turbo Users Group PO Box 1510 Poulsbo, WA 98370 Re: Recursion Turbo does indeed support recursion if the proper compiler directive is set. The issue is whether or not is supports standard pascal recursion -it appar- ently does not, since it does not allow the passing of *local* variables to recursive modules by reference. It works fine with globavariables. I doubt that Borland considers this a "bug" since they designed the software that way. steveswillett