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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.63.164 with SMTP id a24mr14748732yhd.41.1419191115990; Sun, 21 Dec 2014 11:45:15 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!dc16no970967qab.1!news-out.google.com!r1ni96qat.1!nntp.google.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx07.iad.POSTED!not-for-mail From: Brad Moore User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: =?windows-1252?Q?GNAT=A0and_Tasklets?= References: <8277a521-7317-4839-b0b6-97f8155be1a4@googlegroups.com> <9e1d2b9f-1b97-4679-8eec-5ba75f3c357c@googlegroups.com> <478c81f9-5233-4ae1-a3eb-e67c4dbd0da1@googlegroups.com> <1r2ziulc78imb$.ad6zx5upic6s$.dlg@40tude.net> <1gfkkgi7ukoj3$.1pqtchynzp9rc$.dlg@40tude.net> In-Reply-To: Message-ID: NNTP-Posting-Host: 68.145.219.148 X-Complaints-To: internet.abuse@sjrb.ca X-Trace: 1419191115 68.145.219.148 (Sun, 21 Dec 2014 19:45:15 UTC) NNTP-Posting-Date: Sun, 21 Dec 2014 19:45:15 UTC Date: Sun, 21 Dec 2014 12:45:16 -0700 X-Received-Bytes: 1939 X-Received-Body-CRC: 2633563421 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Original-Bytes: 1857 Xref: number.nntp.giganews.com comp.lang.ada:191491 Date: 2014-12-21T12:45:16-07:00 List-Id: On 2014-12-21 12:21 PM, Shark8 wrote: > On 21-Dec-14 11:23, Brad Moore wrote: >> I have never seen a programming language that has parameters on an if >> statement. > > But all if-statements have a parameter: the conditional they test. Not the sort of parameters we have been discussing though. Parameters that identify all the external variables that are read and/or modified inside the if statement.