Dogbo

Dogbo is a town in south-western Ivory Coast. It is a sub-prefecture of San-Pédro Department in San-Pédro Region, Bas-Sassandra District.

Dogbo
Dogbo
Location in Ivory Coast
Coordinates: 4°57′N 7°3′W
Country Ivory Coast
DistrictBas-Sassandra
RegionSan-Pédro
DepartmentSan-Pédro
Population
 (2014)[1]
  Total37,391
Time zoneUTC+0 (GMT)

The far northern part of the sub-prefecture lies within Taï National Park.

Dogbo was a commune until March 2012, when it became one of 1126 communes nationwide that were abolished.[2] In 2014, the population of the sub-prefecture of Dogbo was 37,391 [3].

Villages

The seven villages of the sub-prefecture of Dogbo and their population in 2014 are [3]:

  1. Bloho (1 797)
  2. Boua (4 056)
  3. Dogbo (8 634)
  4. Gléré (3 536)
  5. Gnépasso (12 216)
  6. Magnery (6 021)
  7. Mana (1131)
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.