simplify

tests/while.py

18:af353c35b70b
2006-07-17 paulb Made function subprogram names originate from the AST nodes which defined them. Introduced proper class definition subprograms, along with separate structure nodes.
     1 while a:     2     while x:     3         x = y.m()     4     else:     5         x = y.n()     6 else:     7     a = b