enhancement
The function count($start, $stop) returns a list of numbers from $start to $stop-1. At least two arguments must be specified.
If you call the function with only one argument(count($n)), then this should be the same as count(0, $n).