RosettaCodeData/Task/Multiple-distinct-objects/PicoLisp/multiple-distinct-objects-2.l

7 lines
131 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (mapcar box (range 1 5))
-> ($384721107 $384721109 $384721111 $384721113 $384721115)
: (val (car @))
-> 1
: (val (cadr @@))
-> 2