Strange miss-match of string and list error #7

Open
opened 2025-02-11 20:42:01 +00:00 by lmika · 0 comments
Owner

Running the following expression produces a "miss-match list and hash" error.

> set a ["to-upper": proc { echo "Hello" }]
error: miss-match of lists and hash

Doing this works:

> set a [to-upper: proc { echo "Hello" }]
to-upper:proc

So might be an issue with the quoted string.

Running the following expression produces a "miss-match list and hash" error. ``` > set a ["to-upper": proc { echo "Hello" }] error: miss-match of lists and hash ``` Doing this works: ``` > set a [to-upper: proc { echo "Hello" }] to-upper:proc ``` So might be an issue with the quoted string.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lmika/ucl#7
No description provided.