Display a step counter
static void step(int step, int total, String description) { stdout.writeln(' [$step/$total] $description'); }