[sv-bc] RE: [sv-ec] Pattern matching in if statements

From: Bresticker, Shalom <shalom.bresticker_at_.....>
Date: Mon Oct 16 2006 - 02:32:13 PDT
I don't see that example. I see the following:

if (e matches (tagged Jmp .j),
j matches (tagged JmpC '{cc:.c,addr:.a}))
... // c and a can be used here
else

That is, no * characters.

Shalom


> But in  Sec -10.4.1.2  of same LRM I have found an example -
> if     ( e matches (tagged Jmp .j)* ,*   j matches (tagged JmpC
> '{cc:.c,addr:.a}) )
> ...
> else
Received on Mon Oct 16 02:34:01 2006

This archive was generated by hypermail 2.1.8 : Mon Oct 16 2006 - 02:34:28 PDT