bldc/tests/test_array_syntax_7.lisp

6 lines
89 B
Common Lisp

(define arr (array-create 10))
(define arr1 [0 0 0 0 1 0 0 0 0 0])
(not (eq arr arr1))