Hello,
while I was playing with the arrays, I got this weird result
75637> (defvar a (make-array 10 :initial-element 1))
a75619> a
#(1 1 1 1 1 1 1 1 1 1)75619> (length a)
-1075619>
my env uLisp 3.4 for RISC-V (Maixduino).
the array-dimensions function returns the correct size. is this expected from length?
thanks,
Fausto