Associative array/Iteration: Difference between revisions

Content added Content deleted
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎Alternate solution: Remove vanity tags)
Line 629: Line 629:
<lang lisp>
<lang lisp>
;; Project : Associative array/Iteration
;; Project : Associative array/Iteration
;; Date : 2018/03/08
;; Author : Gal Zsolt [~ CalmoSoft ~]
;; Email : <calmosoft@gmail.com>


(setf x (make-array '(3 2)
(setf x (make-array '(3 2)