lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: bizarrerie scheme


From: PharoahS
Subject: Re: bizarrerie scheme
Date: Wed, 1 Apr 2015 00:30:52 -0700 (MST)

sans les # (testé dans guile)
(define A 2)
(define B 3)
(define mafonc (list
(if (= A 1) 'un
  (if (= A 2) 'deux
    (if (= A 3) 'trois)))
(if (= B 1) 'un
  (if (= B 2) 'deux
    (if (= B 3) 'trois)))
))
mafonc donne (deux trois)

Cordialement



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/bizarrerie-scheme-tp7582662p7582667.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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