Hi
In the first example of the embedded code documentation, the following code is shown:
Set cc / "France - Paris", "France - Lille", "France - Toulouse"
"Spain - Madrid", "Spain - Cordoba", "Spain - Seville", "Spain - Bilbao"
"USA - Washington DC", "USA - Houston", "USA - New York",
"Germany - Berlin", "Germany - Munich", "Germany - Bonn" /
country / system.empty /
city / system.empty /
mccCountry(cc,country), mccCity(cc,city);
What is the reason for using /system.empty/ as it seems to work fine when I drop the /system.empty/:
country
city
Cheers
Renger