RosettaCodeData/Task/Arrays/PicoLisp/arrays-2.l
2023-07-01 13:44:08 -04:00

2 lines
38 B
Text

(set (nth A 2 2) 'B)
(mapc println A)