Message-ID: <39048760.612AAFC@dasoft.org> From: Tom St Denis X-Mailer: Mozilla 4.7 [en-gb] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Is it possible to use Labels ???? References: <8dvvmu$49g$1 AT news00 DOT btx DOT dtag DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 Date: Mon, 24 Apr 2000 17:38:02 GMT NNTP-Posting-Host: 24.42.86.123 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 956597882 24.42.86.123 (Mon, 24 Apr 2000 10:38:02 PDT) NNTP-Posting-Date: Mon, 24 Apr 2000 10:38:02 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Torsten Giebl wrote: > > I have written some smaller programs in Free Pascal and there you can use > things like this: > > Test: > .. > .. > .. > GOTO Test > > Can i also use labels in DJGPP ??? If yes, how ??? Your question is about the C programming language. I suggest you ask further questions in the C group. news:comp.lang.c Tom BTW, yeah you can use goto like myfunc() { label: goto label; } Tom -- Want your academic website listed on a free websearch engine? Then please check out http://24.42.86.123/search.html, it's entirely free and there are no advertisements.