module shortDemoInteractive try area.create(tuple "Tuscany" tuple "Italy" end end) else country.create(tuple "Italy" "mediterrian climate, good wine" end) area.create(tuple "Tuscany" tuple "Italy" end end) end; do exit;