On 2015-01-02 5:17 PM, Spiro Trikaliotis wrote: > * On Thu, Jan 01, 2015 at 11:59:54AM +0100, Ruud wrote: > >> A branch with more than one value: >> >> .if Version=5 | Version=6 | Version=7 > > For ca65: > .if (Version=5) .OR (Version=6) .OR (Version=7) > > similarly, .AND > > (I am not sure if the parentheses are needed; I am using them always in > preprocessors, as I have been bitten too many times with different ones. > Here, the conditionals are similar to a preprocessor, from my point of > view.) Also: .if Version=5 || Version=6 || Version=7 Similarly, && Message was sent through the cbm-hackers mailing listReceived on 2015-01-03 06:00:03
Archive generated by hypermail 2.2.0.