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

2 lines
98 B
Common Lisp

(setq A '((1 2 3) (a b c) ((d e) NIL 777))) # Create a 3x3 structure
(mapc println A) # Show it