>  Hmm, but that looks like syntax errors in your test.ly file that are 
> unrelated
>  to the Guile patches.


As can be seen in the list archives, Klaus' mail client inserted spurious 
newlines
that turn parts of comments into non-comments. The correct code should be


#(define step 1)
#(define cnt -3)
#(define limit (+ cnt 0.3))
#(display (/ step 2))
#(newline)
#(display (- cnt (/ step 2)))
#(newline)
#(display (> (- cnt (/ step 2)) limit))

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to