function planet() {
          if( 'planet' ) {
              in_solar_sysytem();
              return true;  // uhh what about that dwarf planets tho. 
      else( 'pluto' )
            return false;
        }
  }

  |  Pluto will forever be a planet in our hearts.


  Back!