comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jrcarter@acm.org>
Subject: Re: Keyword "null" Question
Date: Fri, 17 Jan 2003 23:16:56 GMT
Date: 2003-01-17T23:16:56+00:00	[thread overview]
Message-ID: <3E288F2C.5040303@acm.org> (raw)
In-Reply-To: slrnb2g76c.nm.lutz@taranis.iks-jena.de

Lutz Donnerhacke wrote:
> * Michael Bustillo wrote:
> 
>>    if SOME_EVENT_TOOK_PLACE then
>>        null;
>>    end if;
>>
>>This statement is simply standing alone by itself, not part of any
>>"case-like" structure or anything sneaky.  I guess my question is when
>>it says "...it does nothing..." does it actually mean that it is putting
>>a NO OP there?
> 
> 
> For the null statement: Yep.

This is incorrect. A null statement does not require generating any 
object code. No decent Ada compiler outputs a NO OP code for null 
statements.

Without knowing what SOME_EVENT_TOOK_PLACE is it's impossible to 
conjecture on why this is there.

-- 
Jeff Carter
"Sheriff murdered, crops burned, stores looted,
people stampeded, and cattle raped."
Blazing Saddles




  reply	other threads:[~2003-01-17 23:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-17 15:04 Keyword "null" Question Michael Bustillo
2003-01-17 15:10 ` Lutz Donnerhacke
2003-01-17 23:16   ` Jeffrey Carter [this message]
2003-01-17 15:46 ` Mark Johnson
2003-01-17 16:35 ` Peter Amey
2003-01-17 17:31   ` Pascal Obry
2003-01-17 17:40     ` Larry Kilgallen
2003-01-17 18:16   ` Warren W. Gay VE3WWG
2003-01-18  2:54 ` Steve
2003-01-18 14:46 ` Marin David Condic
replies disabled

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