// map(programID -> File) static Map gazelle_loadConceptFilesFromCentralMachine() { new Map files; S computerID = gazelle_centralComputerID(); for (S programID : gazelle_dataProgramIDs()) files.put(fsI(programID), dm_retrieveConceptsFileFromOtherMachine(computerID, programID)); ret files; }