Nikolai Weibull wrote: > OK, this is really quite lame, but what do you people prefer: > > while <test> do <something> end > > or > > while <test>: <something> end > > ? > > The latter is shorter, but the puncutation sometimes meshes badly with > the test. Any insights?, > nikolai > <something> while <test> x = 3; p x -= 1 while x > 0 daz