comp.lang.ada
 help / color / mirror / Atom feed
* And
@ 1998-07-21  0:00 Scott Sheffield
  1998-07-22  0:00 ` And Jerry van Dijk
  1998-07-22  0:00 ` And Anonymous
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Sheffield @ 1998-07-21  0:00 UTC (permalink / 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.




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

end of thread, other threads:[~1998-07-22  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-07-21  0:00 And Scott Sheffield
1998-07-22  0:00 ` And Jerry van Dijk
1998-07-22  0:00 ` And Anonymous

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