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!Chris%ECLD@usc-ecl.arpa From: Chris%ECLD@usc-ecl.arpa (Christopher Ho) Newsgroups: net.micro Subject: Re: Turbo Pascal Version 3.00 Message-ID: <3424@brl-tgr.ARPA> Date: Tue, 19-Nov-85 22:43:04 EST Article-I.D.: brl-tgr.3424 Posted: Tue Nov 19 22:43:04 1985 Date-Received: Thu, 21-Nov-85 22:15:10 EST Sender: news@brl-tgr.ARPA Lines: 6 There is a compiler option you need to turn on if you are going to write recursive code (I forget what it is, you'll need to look in the manual). This is because Turbo does not used stack-based storage areas for data, and so must invoke special code to save local data when a procedure is called recursively. -------