comp.lang.ada
 help / color / mirror / Atom feed
From: Preben Randhol <randhol+abuse@pvv.org>
Subject: Re: Why can't i get an EXE!
Date: Sun, 6 Jan 2002 20:12:44 +0000 (UTC)
Date: 2002-01-06T20:12:44+00:00	[thread overview]
Message-ID: <slrna3hbu8.rv.randhol+abuse@kiuk0156.chembio.ntnu.no> (raw)
In-Reply-To: 8Q1_7.2291$6q2.727350@news2-win.server.ntlworld.com

On Sun, 6 Jan 2002 19:45:02 -0000, Phoenix. wrote:
 
> procedure Show(Q: in out Queue; Head: in out Integer; Tail: in out Integer)

Do not use "in out" when you are not supposed to change any of the
values in your procedure.

procedure Show(Q: in Queue; Head: in Integer; Tail: in Integer)


-- 
 ()   Join the worldwide campaign to protect fundamental human rights.
'||}
{||'                                           http://www.amnesty.org/



  reply	other threads:[~2002-01-06 20:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-06 19:45 Why can't i get an EXE! Phoenix.
2002-01-06 20:12 ` Preben Randhol [this message]
2002-01-06 22:03   ` Phoenix.
  -- strict thread matches above, loose matches on Subject: below --
2002-01-05 23:33 NTL
2002-01-06  0:52 ` Preben Randhol
2002-01-06  2:02   ` Phoenix.
2002-01-06 12:19     ` Preben Randhol
2002-01-07 11:06 ` Preben Randhol
2002-01-07 21:52 ` Liddle Feesh
2002-01-08 13:14   ` Phoenix.
2002-01-08 13:31     ` Phoenix.
2002-01-08 13:55       ` Liddle Feesh
2002-01-08 13:52     ` Liddle Feesh
2002-01-07 21:59 ` Liddle Feesh
replies disabled

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