name = 'all_capitals/1' slug = 'capital cities' description = '''\

all_capitals(List): List is a list of all capitals in the world.

?- all_capitals(List).
  List = ['Tirana', 'Athina', 'Skopje', 'Beograd', …]

Useful facts are given as country(Name, ID, Capital, CapitalProvince, Size, Population).

''' hint = {}