comp.lang.ada
 help / color / mirror / Atom feed
From: Scott Sheffield <sheffieldsy@lmtas.lmco.com>
Subject: And
Date: 1998/07/21
Date: 1998-07-21T00:00:00+00:00	[thread overview]
Message-ID: <35B4EC27.1E7B@lmtas.lmco.com> (raw)

I have a function that I am trying to convert for use on my PC using
adagide :

  function "and" (l,r : in system.unsigned_word)
	return system.unsigned_word
	renames system."and";

I do not have access to the system package that this code is trying to
call, but I have looked at the adagide system package and cannot find
the definition of unsigned_word. I understand I am overloading the
reserved word "and" but I am not clear as to the results. If I say tmp:=
a_unsigned_word and another_unsigned_word will I get a composite of
these two words or is this a boolean?I am new to Ada so forgive me if do
not seem very knowlegable but I'm trying.




             reply	other threads:[~1998-07-21  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-21  0:00 Scott Sheffield [this message]
1998-07-22  0:00 ` And Jerry van Dijk
1998-07-22  0:00 ` And Anonymous
replies disabled

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