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: | 415 |
Nodes: | 16 (2 / 14) |
Uptime: | 105:38:23 |
Calls: | 8,692 |
Calls today: | 1 |
Files: | 13,250 |
Messages: | 5,948,272 |