Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
conanite
5648 days ago |
link
|
parent
Just curious, should a tailing . or ! mean something or be considered an error? I get
arc> (ssexpand 'a.b.c.) (((a b) c) #<eof>) arc> (ssexpand 'a.b.c!) (((a b) c) (quote #<eof>))
3 points
by
CatDancer
5647 days ago |
link
I don't know, but the ac.scm source does mention "no error-checking!" :-)
-----