Message-ID: <34F5B84F.8CE9B3E1@sprynet.com> Date: Thu, 26 Feb 1998 10:45:35 -0800 From: Ishpeck MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: goto statement and labels References: <3 DOT 0 DOT 5 DOT 32 DOT 19980225212841 DOT 007c1450 AT pop DOT iquest DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 192.41.91.165 Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk label: /* Expressions Go Here As Needed */ goto label; /* That should work.... */ Ricki Lee King wrote: > how do i do this? > > label; > expression; > goto label; > > i know this is a C question and not a djgpp question. > can someone tell me the address of the C or C++ mailing list? > djgpp installed and runs fine for me. rhide is a dream. > the problem is i am brand new to C. > > thanks