lilypond-user
[Top][All Lists]
Advanced

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

Re: Need help using math in markup command definition, and a feature req


From: Jean Abou Samra
Subject: Re: Need help using math in markup command definition, and a feature request.
Date: Tue, 09 May 2023 10:45:07 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

Le mardi 09 mai 2023 à 08:14 +0000, Werner LEMBERG a écrit :

Yes, evaluated, sorry.

It is evaluated when baz is executed.

(define (foo bar)
  (define (baz)
    (if bar "yes" "no"))
  (set! bar #t)
  (baz))

(foo #f) ⇒ "yes"

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


reply via email to

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