Related articles |
---|
[5 earlier articles] |
Re: Is multi-level function return possible? kaz@kylheku.com (Kaz Kylheku) (2014-03-11) |
Re: Is multi-level function return possible? tkowaltowski@gmail.com (Tomasz Kowaltowski) (2014-03-12) |
Re: Is multi-level function return possible? anton@mips.complang.tuwien.ac.at (2014-03-13) |
Re: Is multi-level function return possible? yaldnif.w@blueyonder.co.uk (Bill Findlay) (2014-03-14) |
Re: Is multi-level function return possible? ivan@ootbcomp.com (Ivan Godard) (2014-03-13) |
Re: Is multi-level function return possible? gneuner2@comcast.net (George Neuner) (2014-03-14) |
Re: Is multi-level function return possible? gneuner2@comcast.net (George Neuner) (2014-03-14) |
Re: Is multi-level function return possible? marcov@toad.stack.nl (Marco van de Voort) (2014-03-14) |
Re: Is multi-level function return possible? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2014-03-14) |
Re: Is multi-level function return possible? kaz@kylheku.com (Kaz Kylheku) (2014-03-14) |
Re: Is multi-level function return possible? kaz@kylheku.com (Kaz Kylheku) (2014-03-14) |
Re: Is multi-level function return possible? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2014-03-14) |
Re: Is multi-level function return possible? marcov@toad.stack.nl (Marco van de Voort) (2014-03-14) |
[19 later articles] |
From: | George Neuner <gneuner2@comcast.net> |
Newsgroups: | comp.compilers |
Date: | Fri, 14 Mar 2014 02:44:16 -0400 |
Organization: | A noiseless patient Spider |
References: | 14-03-020 14-03-022 |
Keywords: | code, Pascal |
Posted-Date: | 14 Mar 2014 13:37:14 EDT |
On Tue, 11 Mar 2014 13:04:57 GMT, anton@mips.complang.tuwien.ac.at
(Anton Ertl) wrote:
>... in Pascal you can goto a label that is in a containing procedure
>or function, even across several levels. That is a very rarely used
>feature of the language, and Wirth removed it (along with goto) from
>his later languages.
Interesting. I was not aware of this, and it is not mentioned in any
of several Pascal books I have from the early 80's. Other than
Wirth's own, I wonder how many implementations actually allowed it?
George
Return to the
comp.compilers page.
Search the
comp.compilers archives again.