RosettaCodeData/Task/Associative-array-Creation/XLISP/associative-array-creation-4.l

2 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(map-over-table-entries starlings (lambda (x y) (print (string-append x " (Linnaean name " y ")"))))