From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3f7eea20d2f6f1b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-18 12:05:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Need help with DIALOG Date: 18 Apr 2002 15:02:22 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3cbe4d93@newsflash.abo.fi> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1019156917 19662 128.183.220.71 (18 Apr 2002 19:08:37 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 18 Apr 2002 19:08:37 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:22743 Date: 2002-04-18T19:08:37+00:00 List-Id: Jukka-Pekka Suominen writes: > Hi! > Before you ask, yes, this is a homework assignment, but I've only been > learning ada for a few days, so I would appreciate some help. Anyway, the > assignment is as follows. You have a simple conversation between two > processes as illustrated below. Show how this can be constructed as a > colloquy (which I get explained as being dialog statements combined with > select). The code you posted is _not_ Ada. Have you got the right newsgroup? Maybe it's some sort of psuedo-code that you are supposed to translate into Ada. That's nice, but since I don't know the meaning of the psuedo-code reserved words, I can't help > > > the code: -- -- Stephe