Arc Forum
new
|
comments
|
leaders
|
submit
login
6 points
by
bogomipz
6101 days ago |
link
|
parent
You could use this, though;
(if (~expr1) (...) (~expr2) (...))
1 point
by
raymyers
6101 days ago |
link
True, though that only works for function calls -- not variables: (if (no li) ...)
-----