simplify

Annotated tests/while.py

42:df3d2b28e2ae
2006-08-09 paulb Added tracing of the system state.
paul@0 1
while a:
paul@0 2
    while x:
paul@0 3
        x = y.m()
paul@0 4
    else:
paul@0 5
        x = y.n()
paul@0 6
else:
paul@0 7
    a = b