Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
micropython
Annotated tests/failure/delete_name.py
290:029ccbe64c2b
271:837ba944f563
2009-11-28
Paul Boddie
file
changeset
files
shortlog
Added another reference.
paul@271
1
#!/usr/bin/env python
paul@271
2
paul@271
3
a
=
123
paul@271
4
del
a
paul@271
5
paul@271
6
# vim: tabstop=4 expandtab shiftwidth=4