[Nickle] bug: do-while doesnt

Bart Massey nickle@nickle.org
Fri, 06 Sep 2002 16:45:30 -0700


  int k = 0;
  do { k++; } while (k < 10);

spins without incrementing k.  Probably a compiler bug: I'll
let Keith sort it out :-).

	Bart