CountPlanets(q:Expr):Int
Count number of planets satisfying a condition. The expression q is evaluated for each planet, and the planet is counted if it returns true.
This function is (almost) equivalent to Count(Planet, q).
See also: Elementary Functions