RosettaCodeData/Task/Text-processing-1/NewLISP/text-processing-1-7.l

3 lines
121 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
(println (format "Grand total: %.3f Count: %d Average: %.3f"
grand-total grand-count (div grand-total grand-count)))