svoid stepUntil(Steppable s, IF0 condition) { if (s != null) while ping (!condition.get() && s.step()) {} }