But I did not find an array "constructor" syntax that allows me to
create an array such as
#2((2 1) ((+ 2 3) 6))
resulting in
#2((2 1) (5 6))
On Thu, 18 Apr 2024 08:02:29 +0200, Axel Reichert wrote:
But I did not find an array "constructor" syntax that allows me to
create an array such as
#2((2 1) ((+ 2 3) 6))
resulting in
#2((2 1) (5 6))
(list->array 2 `((2 1) (,(+ 2 3) 6)))
#2((2 1) ((+ 2 3) 6))
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 714 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 141:51:45 |
| Calls: | 12,088 |
| Calls today: | 1 |
| Files: | 14,998 |
| Messages: | 6,517,448 |