Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 SMI; site sun.uucp Path: utzoo!watmath!clyde!floyd!harpo!decvax!decwrl!sun!jfarrell From: jfarrell@sun.uucp (Jerry Farrell) Newsgroups: net.works Subject: Re: Time for keyword parameters for prog. lang's Message-ID: <825@sun.uucp> Date: Tue, 10-Apr-84 16:50:24 EST Article-I.D.: sun.825 Posted: Tue Apr 10 16:50:24 1984 Date-Received: Thu, 12-Apr-84 04:13:23 EST References: <3783@utcsrgv.UUCP> Organization: Sun Microsystems, Inc. Lines: 6 Mesa does indeed allow keyword parameter lists, although I had to check my manual to convince myself -- I don't think I ever saw one in 3 years at Xerox. Cedar does its templating by abbreviation expansion combined with forms fill-in, so the answer to whether procedure call templates exist is time- and user-dependent. But your scheme supposes no procedure call is written before that procedure's declaration has been read -- that's some system!