Hello Jan, > - (if (not (null? args)) > + (when (not (null? args))
I did not 'check' your patch, but reading it very quickly I have a 2c
suggestion :)
(unless (null? args) ...
Cheers,
David
Hello Jan, > - (if (not (null? args)) > + (when (not (null? args))
I did not 'check' your patch, but reading it very quickly I have a 2c
suggestion :)
(unless (null? args) ...
Cheers,
David