TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

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

Print Reply
Sender: "Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
From: Thomas W Moran <[log in to unmask]>
Date: Mon, 7 Dec 1998 19:30:26 -0500
Parts/Attachments: 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