bldc/tests/test_array_5.lisp

6 lines
91 B
Common Lisp

(define arr (array-create type-u64 10))
(array-write arr 5 77)
(= (array-read arr 5) 77)