Re: IF statement, I don't understand this
- From: Howard Brazee <howard@xxxxxxxxxx>
- Date: Thu, 30 Mar 2006 09:57:39 -0700
On Thu, 30 Mar 2006 16:47:45 +0000 (UTC), docdwarf@xxxxxxxxx () wrote:
OR ASM010-I-DIR = "R"
OR ASM010-I-DIR = "S"
With a compiler that accepts in-line comments, this method has another
advantage - we can say what "R" means!
In the Oldene Dayse I saw code that used to do similar things with
88-level conditions, viz.:
Agreed. But sometimes we want to comment what it means for this
particular IF statement... why we are processing it this way. The
copybook 88 name describes what the code means generally.
IF MINI-COOPER *> Fits in lots 2 or 3
OR RABBIT *> Fits in lot 3
OR MIDGET *> Fits in lots 2 or 3
PERFORM OK-FOR-LOT
.
- References:
- IF statement, I don't understand this
- From: Jack Benny
- Re: IF statement, I don't understand this
- From: Howard Brazee
- Re: IF statement, I don't understand this
- From: Chuck Stevens
- Re: IF statement, I don't understand this
- From: Howard Brazee
- Re: IF statement, I don't understand this
- From:
- IF statement, I don't understand this
- Prev by Date: Re: IF statement, I don't understand this
- Next by Date: Re: IF statement, I don't understand this
- Previous by thread: Re: IF statement, I don't understand this
- Next by thread: Re: IF statement, I don't understand this
- Index(es):
Relevant Pages
|