[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] array-lib : how to make a rank-1 array with no elements?
|
From: |
Terrence Brannon |
|
Subject: |
[Chicken-users] array-lib : how to make a rank-1 array with no elements? |
|
Date: |
Thu, 11 Oct 2007 06:59:27 -0400 |
I tried a few things, but couldnt get it to work
(array '#() '(1)) ; Error: (array) wrong number of elements to construct array
(make-array '#() '(1)) ; Error: (vector-ref) out of range
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-users] array-lib : how to make a rank-1 array with no elements?,
Terrence Brannon <=