Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
sacado
6042 days ago |
link
|
parent
I don't like it. What does (tb x) mean ? Does it mean "look for the key 'x in table 'tb" (provided 'tb is a table) or "is variable 'x holding the same thing as variable 'tb" ?
However, I think this could be a good candidate for ssyntax :
foo?x ==> (is foo x)
2 points
by
cchooper
6042 days ago |
link
Definitely like that idea. Using
is
is a real pain and I have to use it all the time.
-----