svoid stepMax(int max, Steppable s) { if (s == null) ret; while ping (max-- > 0 && s.step()) {} } svoid stepMax(Steppable s, int max) { stepMax(max, s); }