Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Annotated tests/if.py
64:4ba865697143
29:6c70feca6247
2006-10-07
paulb
file
changeset
files
shortlog
Improved argument mismatch error.
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