lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does this 'and' construct make sense?


From: Urs Liska
Subject: Does this 'and' construct make sense?
Date: Fri, 06 Mar 2015 08:25:17 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

I find

%% switch on debugging.
#(if (and #t (defined? 'set-debug-cell-accesses!))
  (set-debug-cell-accesses! 5000))

(found in init.ly)

strange.
Wouldn't it be better ot simply remove the 'and' construct?
#t evaluates to #t always, isn't it?

Or is this one more Scheme subtlety I don't get?

Best
Urs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]