Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
zhtw
5651 days ago |
link
|
parent
Expressions that need ssexpand (with . and !) don't work in some context:
(let lst (list (table)) (= (lst.0 'key) 'value))
Error: "Can't invert ((lst 0) (quote key))"
http://arclanguage.com/item?id=8287
1 point
by
zhtw
5648 days ago |
link
This seems fixed by you patch from here:
http://arclanguage.com/item?id=9215
Thanks.
-----