Re: Source codes (3)

From: Greg King <greg.king5_at_verizon.net>
Date: Fri, 02 Jan 2015 23:17:51 -0500
Message-id: <54A76D6F.4030105@verizon.net>
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 list
Received on 2015-01-03 06:00:03

Archive generated by hypermail 2.2.0.