I've found an expression like this
- Code: Select all
`(and ,.(first (nreverse ris)))
that is seems, evaluating, the same of
- Code: Select all
`(and ,@(first (nreverse ris)))
I've never seen or read about [,.]: is that anything different with [,@]?
Thanks
filfil