1mimetype FORMAT 2newpage FORMAT, "-", WIDTH . "px", HEIGHT . "px", "background=lightblue" 3worlds BBOX 4let c = ["#c51b7d", "#e9a3c9", "#fde0ef", "#e6f5d0", "#a1d76a", "#4d9221"] 5dataset "internal", "countries", "" 6while Mapyrus.fetch.more do 7 clearpath 8 fetch 9 addpath GEOMETRY 10 color c[COLORCODE] 11 fill 12 color "black" 13 stroke 14done 15