Next | Program Repair Shop | 168 |
Calls to print_final_table(...) become print_table(..., "final")
(Many people would use 1 here instead of "final")
Perhaps this is excessively cute
Or perhaps it is "self-documenting"
Lines 189--251 are removed and replaced with
print_table($squares, $page, $winner, $round, $rounds);
Gross earnings: 14 lines removed
Expenses: 4 extra lines in print_table + 1 in the main program
Next | Copyright © 2002 M. J. Dominus |