What do we write inside a "do" when there is nothing to do? For example, while { <complex condition with side effects> } do { // nothing left to do } Andrew