>>>>> "GE" == Greg Ewing <greg@cosc.canterbury.ac.nz> writes:
GE> I do like the idea of keywords, however. All we need to do
GE> is find a way of spelling
GE> for i = 0 uptobutnotincluding len(a):
GE> without running out of breath.
for i until len(a):
-Barry