Python as an Object Oriented Programming Language

Dennis Lee Bieber wlfraed at ix.netcom.com
Wed Dec 18 15:02:19 EST 2002


Roy Smith fed this fish to the penguins on Wednesday 18 December 2002 
05:43 am:


> limited to the immediately preceeding statement block.  If you're
> looking at a statement label in a language that has gotos and ask
> yourself the same question, the scope of places you have to look is
> now the entire function (compilation unit?)

        I once encountered the following in a bit of supposedly FORTRAN-77 
code:

        if (condition-A) then
                do stuff
                if (condition-C) goto 100
  200           do more stuff
        else
                other stuff
                if (condition-B) goto 200
  100           more other stuff
        endif

-- 
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <




More information about the Python-list mailing list