svoid stepAllWithPrintStruct(Steppable s) { if (s == null) ret; do { printStruct(s); } while (s.step()); printStruct(s); }