Skip to Content.
Sympa Menu

k-user - [K-user] "not exist" condition

k-user AT lists.cs.illinois.edu

Subject: K-user mailing list

List archive

[K-user] "not exist" condition


Chronological Thread 
  • From: Omar Duhaiby <3omarz AT gmail.com>
  • To: "k-user AT cs.uiuc.edu" <k-user AT cs.uiuc.edu>
  • Subject: [K-user] "not exist" condition
  • Date: Wed, 5 Nov 2014 00:28:05 +0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/k-user/>
  • List-id: <k-user.cs.uiuc.edu>

Hello,

Suppose I have a cell called 'flag' in my configuration next to the k cell. And I have the following rule:

rule
<k> _ => . </k>
<flag> 1 </flag>

This rule has one condition, that it has a value of 1 in the 'flag' cell. What if I want my condition to be: "flag has any value except one", or "there does not exist a value of 1 in the flag cell". Can I do that?

Thank you
Omar Alzuhaibi




Archive powered by MHonArc 2.6.16.

Top of Page