TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show HTML Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Thomas W Moran <[log in to unmask]>
Mon, 7 Dec 1998 19:30:26 -0500
text/plain (5 lines)
>float or integer coefficients
  X := X+1;   or X := X+1.0;
One will be illegal.  I think you'll have to use
  X := X+This_Type(1);

ATOM RSS1 RSS2