From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78cc8abd24f9e91f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-09 10:18:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.25.12.36!oleane.net!oleane!freenix!enst!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: why does this work? private new types. Date: Thu, 9 May 2002 12:17:52 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3cdaac5a.0@news.unibw-muenchen.de> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1020964683 22492 137.194.161.2 (9 May 2002 17:18:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 9 May 2002 17:18:03 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:23788 Date: 2002-05-09T12:17:52-05:00 ----- Original Message ----- From: "Kai Schuelke" Newsgroups: comp.lang.ada To: Sent: Thursday, May 09, 2002 12:05 PM Subject: Re: why does this work? private new types. > Does that mean that INSERT is an Operation like "+" or "mod"? Or is > INSERT just a normal procedure? I can't imagine the last, but I never > heard/read about an INSERT Operator, either. It would be nice is > somebody could answer that question. > Operations include both functions and procedures, whereas _operator_ is a special kind of function like abs, mod, +, -, *, **, and /, etc.