Änderungen

90 Bytes hinzugefügt ,  19:28, 19. Dez. 2021
keine Bearbeitungszusammenfassung
Zeile 29: Zeile 29:  
     Authors[#Authors+1] = k
 
     Authors[#Authors+1] = k
 
end
 
end
+
--sort alphabetical
 
table.sort(Authors)
 
table.sort(Authors)
 
 
 +
-- loop over authors, find publikationen of each author, display them
 
     local n = 1
 
     local n = 1
 
     while n <= table.getn(Authors)  
 
     while n <= table.getn(Authors)