comp.lang.ada
 help / color / mirror / Atom feed
* Help in translating
@ 1997-03-12  0:00 Beamish
  1997-03-15  0:00 ` Robert Dewar
  0 siblings, 1 reply; 3+ messages in thread
From: Beamish @ 1997-03-12  0:00 UTC (permalink / raw)



I need some help in doing this assignment. If anyone can answer this and
e-mail me back I'd really appreciate it. Thanks in advance.

Rewrite the following Modula-2 code in Ada:
MODULE Swap;
     IMPORT XIO;
     VAR this, that : INTEGER;
     PROCEDURE Exchange(VAR First, Second : INTEGER);
       VAR Temp : INTEGER;
       BEGIN
         Temp := First;
         First := Second;
         Second := Temp;
       END Exchange;
  BEGIN
     XIO.IntIn(this);
     XIO.IntOut(that);
     Exhange(this, that);
     XIO.IntOut(this, 1);
     XIO.IntOut(that, 1);
  END Swap.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help in translating
  1997-03-12  0:00 Help in translating Beamish
@ 1997-03-15  0:00 ` Robert Dewar
  1997-03-23  0:00   ` the one and only real true kibo
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Dewar @ 1997-03-15  0:00 UTC (permalink / raw)



Beamish says

<<I need some help in doing this assignment. If anyone can answer this and
e-mail me back I'd really appreciate it. Thanks in advance.>>

Well at least here is someone who is above board in his quest to get his
work done by someone else. I trust his instructor or supervisor will be
aware of his post (I certainly would be, I know all the messages that
my students post, almost before they do :-)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help in translating
  1997-03-15  0:00 ` Robert Dewar
@ 1997-03-23  0:00   ` the one and only real true kibo
  0 siblings, 0 replies; 3+ messages in thread
From: the one and only real true kibo @ 1997-03-23  0:00 UTC (permalink / raw)



-----BEGIN PGP SIGNED MESSAGE-----

On 15 Mar 1997 10:54:47 -0500 in article <dewar.858441217@merv> posted to comp.lang.ada, Robert Dewar <dewar@merv.cs.nyu.edu> wrote:
> Beamish says

> <<I need some help in doing this assignment. If anyone can answer this and
> e-mail me back I'd really appreciate it. Thanks in advance.>>

> Well at least here is someone who is above board in his quest to get his
> work done by someone else. I trust his instructor or supervisor will be
> aware of his post (I certainly would be, I know all the messages that
> my students post, almost before they do :-)

Robert, you need to lose weight.

I am the only true <A HREF="http://www.dhp.com/~kibo">Kibo</A>.
Finger me for my PGP public key. Check out my home page for the coolest
way to vote on new newsgroup proposals or to issue Usenet cancels.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBMzTQ6KlPvImbzLKZAQHBKwP/SgpP4x8dgytwM4wuKpZO+BJa4MMAf+rr
cazhOFKagMew4drI21D/CASTDJ7bux2FnOtY+Cd3rxo59tuJ/RR3s+N9H+hzwU00
jgoECPtoFBSlMv4qYPaIIuiLDr12IchXRXO9nFTsRMR294SEHREdMmBvVYwelCGP
ox0DqJ7UEIk=
=D8Ac
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-03-23  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-12  0:00 Help in translating Beamish
1997-03-15  0:00 ` Robert Dewar
1997-03-23  0:00   ` the one and only real true kibo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox