From: "krusty.ar@..." Date: 2008-07-02T05:37:08+09:00 Subject: Re: nested methods good or bad design On Jul 1, 5:17 pm, ThoML wrote: > > def a >     def b >         p 1 >     end >     b > end > > a > => 1 > b > => 1 > But this has the additional (somewhat usefull) effect that calling b before a will give an error. Maybe I'm not understanding what you are reffering to as nested methods or "same level", what can you do in phyton or scheme that behaves different from this? Lucas. Lucas.