Download or view listCountries.frink in plain text format
use Country.frink
for [iso, c] = Country.getCountryList[]
   println[c.ISO2 + ";" + c.name +  ";0"]
Download or view listCountries.frink in plain text format
   This is a program written in the programming language Frink.
   For more information, view the Frink
    Documentation or see More Sample Frink Programs.
  
Alan Eliasen, eliasen@mindspring.com