bldc/tests/test_array_syntax_5.lisp

6 lines
89 B
Common Lisp

(define arr [1 2 3 4 5 6 7 8 9 10])
(define arr1 [1 2 3 4 5 6 7 8 9 10])
(eq arr arr1)