Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Annotated tests/if.py
42:df3d2b28e2ae
29:6c70feca6247
2006-08-09
paulb
file
changeset
files
shortlog
Added tracing of the system state.
paulb@29
1
a
=
1
paulb@29
2
b
=
2
paul@0
3
if
a
:
paul@0
4
x
=
1
paul@0
5
elif
b
:
paul@0
6
x
=
2
paul@0
7
else
:
paul@0
8
x
=
3