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

3 lines
98 B
Text
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
(setq A '((1 2 3) (a b c) ((d e) NIL 777))) # Create a 3x3 structure
(mapc println A) # Show it