RosettaCodeData/Task/Arrays/PicoLisp/arrays-2.l

3 lines
38 B
Text
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
(set (nth A 2 2) 'B)
(mapc println A)