Re: interesting use of NEXT SENTENCE vs. CONTINUE
- From: "Richard" <riplin@xxxxxxxxxxxx>
- Date: 2 Jun 2005 19:27:12 -0700
docdwarf@xxxxxxxxx wrote:
> >the very next full stop.
>
> >There is no indication at that point
> Eh? The NEXT SENTENCE is the indication, at that point,
If you follow the usual rules of english you should find that 'that
point' refers to 'the very next full stop'.
When looking at a section of code that has a full stop in it there is
no indication that this full stop is the target of a NEXT SENTENCE that
is buried in the code at some point above this.
The only way to resolve how the logic works is to search the whole
program, or at least all the program above the code you are examining.
If an additional full-stop had been inserted in the code between 'that
point' and the NEXT SENTENCE above it then there is no mechanism to
resolve if this was an accidental change in logic or a deliberate one.
.
- Follow-Ups:
- Re: interesting use of NEXT SENTENCE vs. CONTINUE
- From: docdwarf
- Re: interesting use of NEXT SENTENCE vs. CONTINUE
- References:
- interesting use of NEXT SENTENCE vs. CONTINUE
- From: Frank Swarbrick
- Re: interesting use of NEXT SENTENCE vs. CONTINUE
- From: Richard
- Re: interesting use of NEXT SENTENCE vs. CONTINUE
- From: docdwarf
- interesting use of NEXT SENTENCE vs. CONTINUE
- Prev by Date: Re: RANDOM vs. DYNAMIC on indexed output file
- Next by Date: Re: Occurs Depending Memory Use
- Previous by thread: Re: interesting use of NEXT SENTENCE vs. CONTINUE
- Next by thread: Re: interesting use of NEXT SENTENCE vs. CONTINUE
- Index(es):
Relevant Pages
|