Re: are there implementation reasons for not providing a break statement in an imperative language?

anton@mips.complang.tuwien.ac.at (Anton Ertl)
Sat, 15 Jan 2011 14:45:52 GMT

          From comp.compilers

Related articles
are there implementation reasons for not providing a break statement i noitalmost@cox.net (noitalmost) (2011-01-13)
Re: are there implementation reasons for not providing a break stateme DrDiettrich1@aol.com (Hans-Peter Diettrich) (2011-01-14)
Re: are there implementation reasons for not providing a break stateme fusionfile@gmail.com (August Karlstrom) (2011-01-14)
Re: are there implementation reasons for not providing a break stateme anton@mips.complang.tuwien.ac.at (2011-01-15)
Re: are there implementation reasons for not providing a break stateme bc@freeuk.com (BartC) (2011-01-16)
Re: are there implementation reasons for not providing a break stateme Pidgeot18@verizon.net (Joshua Cranmer) (2011-01-16)
Re: are there implementation reasons for not providing a break stateme richard@cogsci.ed.ac.uk (2011-01-18)
Re: are there implementation reasons for not providing a break stateme fusionfile@gmail.com (August Karlstrom) (2011-01-18)
Re: are there implementation reasons for not providing a break stateme fusionfile@gmail.com (August Karlstrom) (2011-01-18)
Re: are there implementation reasons for not providing a break stateme richard@cogsci.ed.ac.uk (2011-01-19)
[6 later articles]
| List of all articles for this month |

From: anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups: comp.compilers
Date: Sat, 15 Jan 2011 14:45:52 GMT
Organization: Institut fuer Computersprachen, Technische Universitaet Wien
References: 11-01-043
Keywords: design
Posted-Date: 16 Jan 2011 11:45:00 EST

noitalmost <noitalmost@cox.net> writes:
>I've noticed that Wirth has continually rejected the idea of a break
>statement


Continually? Modula-2 certainly contains a LOOP ... END that can only
be left through an EXIT statement. Reading
11-01-055, it seem that this feature was also present
in Oberon from 1989 to 2007. Pascal had the GOTO statement that could
be used for this purpose.


- anton
--
M. Anton Ertl
anton@mips.complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/anton/



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.