A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Owning
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

'continue' as used by tower controler



 
 
Thread Tools Display Modes
  #1  
Old May 23rd 04, 04:04 AM
G.R. Patterson III
external usenet poster
 
Posts: n/a
Default



Paul Tomblin wrote:

In a previous article, "Mike Noel" said:
Is this a commonly used phraseology from ATC? I would have thought just


Only if they're old FORTRAN programmers.


The FORTRAN I used didn't have this command. C did/does. IIRC, PL/I did also.

George Patterson
I childproofed my house, but they *still* get in.
  #2  
Old May 23rd 04, 04:49 AM
Paul Tomblin
external usenet poster
 
Posts: n/a
Default

In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

In a previous article, "Mike Noel" said:
Is this a commonly used phraseology from ATC? I would have thought just


Only if they're old FORTRAN programmers.


The FORTRAN I used didn't have this command. C did/does. IIRC, PL/I did also.


I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax Fortran
to Watfiv-S had it.


--
Paul Tomblin http://xcski.com/blogs/pt/
`And when you've been *plonk*ed by Simon C., you've been *plonked*
by someone who knows when, and why, and how.' - Mike Andrews, asr
  #3  
Old May 23rd 04, 05:39 AM
The Weiss Family
external usenet poster
 
Posts: n/a
Default

Both FORTRAN and C have this keyword.
Boy, are we digressing. Is this a computer nerd forum ;-)


"Paul Tomblin" wrote in message
...
In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

In a previous article, "Mike Noel" said:
Is this a commonly used phraseology from ATC? I would have thought

just

Only if they're old FORTRAN programmers.


The FORTRAN I used didn't have this command. C did/does. IIRC, PL/I did

also.

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax Fortran
to Watfiv-S had it.


--
Paul Tomblin http://xcski.com/blogs/pt/
`And when you've been *plonk*ed by Simon C., you've been *plonked*
by someone who knows when, and why, and how.' - Mike Andrews, asr



  #4  
Old May 23rd 04, 12:33 PM
dennis brown
external usenet poster
 
Posts: n/a
Default

Let us remember the all-versatile NOP. Then we could alter the command by
inserting an instruction during the execution of the code. Great stuff. Used
it often
when writing programs for the computer that would occupy half a room, but
had
only 2K characters for both the program and data. Those were 6 bit
characters, BTW.
Oh, this was the bigger machine. The machine started with 1K characters. And
no,
it was not a wired program, it had a real programming language. 5 characters
per
instruction. 1 character for the operation, 4 for the operand. Address was
by row and column. Used the same logic right on up the line to those fancy
new languages called
Fortran and Cobol.

The Weiss Family wrote in message ...
Both FORTRAN and C have this keyword.
Boy, are we digressing. Is this a computer nerd forum ;-)


"Paul Tomblin" wrote in message
...
In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

In a previous article, "Mike Noel" said:
Is this a commonly used phraseology from ATC? I would have thought

just

Only if they're old FORTRAN programmers.

The FORTRAN I used didn't have this command. C did/does. IIRC, PL/I did

also.

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax

Fortran
to Watfiv-S had it.


--
Paul Tomblin http://xcski.com/blogs/pt/
`And when you've been *plonk*ed by Simon C., you've been *plonked*
by someone who knows when, and why, and how.' - Mike Andrews, asr





  #5  
Old May 23rd 04, 04:43 PM
Tom Sixkiller
external usenet poster
 
Posts: n/a
Default


"The Weiss Family" wrote in message
...
Both FORTRAN and C have this keyword.
Boy, are we digressing. Is this a computer nerd forum ;-)


printf("Yes", %s);




"Paul Tomblin" wrote in message
...
In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

In a previous article, "Mike Noel" said:
Is this a commonly used phraseology from ATC? I would have thought

just

Only if they're old FORTRAN programmers.

The FORTRAN I used didn't have this command. C did/does. IIRC, PL/I did

also.

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax

Fortran
to Watfiv-S had it.


--
Paul Tomblin http://xcski.com/blogs/pt/
`And when you've been *plonk*ed by Simon C., you've been *plonked*
by someone who knows when, and why, and how.' - Mike Andrews, asr





  #6  
Old May 24th 04, 02:18 AM
Paul Tomblin
external usenet poster
 
Posts: n/a
Default

In a previous article, "Tom Sixkiller" said:
"The Weiss Family" wrote in message
...
Both FORTRAN and C have this keyword.
Boy, are we digressing. Is this a computer nerd forum ;-)


printf("Yes", %s);


Evidently it's a forum for *failed* nerds. (The format string comes first
in a printf function.)


--
Paul Tomblin http://xcski.com/blogs/pt/
"How do you feel about women's rights?"
"I like either side of them."
-- Groucho Marx, 1890-1977
  #7  
Old May 24th 04, 04:11 AM
Tom Sixkiller
external usenet poster
 
Posts: n/a
Default


"Paul Tomblin" wrote in message
...
In a previous article, "Tom Sixkiller" said:
"The Weiss Family" wrote in message
...
Both FORTRAN and C have this keyword.
Boy, are we digressing. Is this a computer nerd forum ;-)


printf("Yes", %s);


Evidently it's a forum for *failed* nerds. (The format string comes first
in a printf function.)


Or maybe people that don't know the difference between a printf( ) function
and a prints( ) function.


  #8  
Old May 23rd 04, 09:29 PM
G.R. Patterson III
external usenet poster
 
Posts: n/a
Default



Paul Tomblin wrote:

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax Fortran
to Watfiv-S had it.


I used FORTRAN-E, FORTRAN-66, and TOPS-10. None of them had loop structure commands.

George Patterson
I childproofed my house, but they *still* get in.
  #9  
Old May 24th 04, 02:21 AM
Paul Tomblin
external usenet poster
 
Posts: n/a
Default

In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax Fortran
to Watfiv-S had it.


I used FORTRAN-E, FORTRAN-66, and TOPS-10. None of them had loop
structure commands.


That's not what CONTINUE did in FORTRAN - it was just a no-op for a
statement that needed a line number, like a DO loop target. And CONTINUE
was in FORTRAN I, as well as the FORTRAN-66 spec, so either you didn't
know your language very well, or the language you were using was lying
about being FORTRAN.


--
Paul Tomblin http://xcski.com/blogs/pt/
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety" - Ben Franklin
  #10  
Old May 24th 04, 02:38 AM
Roy Smith
external usenet poster
 
Posts: n/a
Default

In article ,
(Paul Tomblin) wrote:

In a previous article, "G.R. Patterson III" said:
Paul Tomblin wrote:

I have no idea what weird ass version of FORTRAN you used, but every
version of FORTRAN I used, from IBM FORTRAN-G to Fortran-77 to Vax Fortran
to Watfiv-S had it.


I used FORTRAN-E, FORTRAN-66, and TOPS-10. None of them had loop
structure commands.


That's not what CONTINUE did in FORTRAN - it was just a no-op for a
statement that needed a line number, like a DO loop target. And CONTINUE
was in FORTRAN I, as well as the FORTRAN-66 spec, so either you didn't
know your language very well, or the language you were using was lying
about being FORTRAN.


Not to mention that TOPS-10 was an operating system, not a programming
language.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tower Enroute Control? Sam Jones Instrument Flight Rules 5 June 2nd 04 02:31 AM
Contract Tower Program - Discussion Thread running with scissors Instrument Flight Rules 6 April 22nd 04 04:04 AM
Contract Tower Program - Discussion Thread running with scissors Military Aviation 6 April 22nd 04 04:04 AM
Aviation Conspiracy: Bush Backs Down On Tower Privatization Issue!!! Bill Mulcahy General Aviation 3 October 1st 03 05:39 AM


All times are GMT +1. The time now is 03:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.