Re: new version of visual basic is going to be released
- From: "BeastFish" <beastfish@xxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Sep 2005 19:06:50 -0400
> Also Editors were purely line editors. You requested some lines, changed
> them got another bunch of lines. etc. it got ugly. If anyone wants to know
> what if felt like - open Edlin.
Eeeee! Flashback! <g> It took me 15+ years to forget the "fun" of using a
line editor to code COBOL.
For what it's worth, COBOL uses a period (.) as a terminator. An IF sample
in COBOL (off the top of my head)...
IF LL NOT = ZERO
UNSTRING FLAGG DELIMITED BY '/'
INTO JUNKK WERKK
INSPECT WERKK REPLACING LEADING ' ' BY '0'
MOVE WERKK TO FNUM.
....where unstring, inspect, and move execute if LL ain't zero. Not
"shouting", all caps is a COBOL thang. Not to mention, forgetting a period
could give you 40 compile errors. To me, a period seems more logical a
terminator since I speak and write english. A semi-colon kinda says "wait,
there's more" :-) And lots a curly braces just make my eyes hurt (lol).
.
- References:
- new version of visual basic is going to be released
- From: Michael C
- Re: new version of visual basic is going to be released
- From: Jonathan Wood
- Re: new version of visual basic is going to be released
- From: Saga
- Re: new version of visual basic is going to be released
- From: Ken Halter
- Re: new version of visual basic is going to be released
- From: Ken Halter
- Re: new version of visual basic is going to be released
- From: Duane Bozarth
- new version of visual basic is going to be released
- Prev by Date: Re: MouseOver in VB 6?
- Next by Date: Re: allow only one instance exe to run?
- Previous by thread: Re: new version of visual basic is going to be released
- Next by thread: Re: new version of visual basic is going to be released
- Index(es):
Relevant Pages
|