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!moss@Brl-Vld.ARPA From: moss@Brl-Vld.ARPA (Gary S. Moss (AMXBR-VLD-V)) Newsgroups: net.lang.c Subject: Re: Pascal question Message-ID: <10182@brl-tgr.ARPA> Date: Wed, 24-Apr-85 11:33:49 EST Article-I.D.: brl-tgr.10182 Posted: Wed Apr 24 11:33:49 1985 Date-Received: Fri, 26-Apr-85 21:52:48 EST Sender: news@brl-tgr.ARPA Lines: 6 First of all, you mean call-by-reference, call-by-name is a sick concept. Anyway, passing the address of a variable as an argument is not a simulation of call-by-reference, it is simply stating what you want done explicitly rather than being euphemistic. It does require that you understand pointers, but you have no business using 'C' if you don't. -moss