Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
Geography
Geography.Countries

Method Geography.Countries.continents()


Method continents

mapping(string:array(object(Country))) Geography.Countries.continents()

Description

Gives back a mapping from continent name to an array of the countries on that continent.

The continents are:

    	  "Europe"
    	  "Africa"
    	  "Asia"
    	  "North America"
    	  "South America"
    	  "Oceania"
	  "Antarctica"
	

Note

Some countries are considered to be on more than one continent.