Arc Forumnew | comments | leaders | submitlogin
1 point by zhtw 5433 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 5430 days ago | link

This seems fixed by you patch from here: http://arclanguage.com/item?id=9215

Thanks.

-----