| Arc doesn't compain about 0 args in assign form. But what it returns, I guess, is something unintentional: arc> (assign)
#<void>
Even if it was on purpose I might be able to assign this to a variable as well, but I can't: arc> (assign x (assign))
Error: "begin: bad syntax (empty form) in: (begin)"
|