Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/for.py
106:050007f75804
23:929af7341cec
0:1eb049d8af39
2006-07-23
paulb
raw
annotate
files
changeset
graph
Made tests usable for annotation purposes.
1
for
a
,
b
in
range
(
c
,
d
):
2
for
i
in
range
(
a
,
b
):
3
x
=
i
4
else
:
5
x
=
y
6
else
:
7
a
=
b