Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. declare SomeFact end;
  2.  
  3. // pseudo code as I dont know if its possible
  4. $listOfStrings = {"one", "two", "three"};
  5.  
  6. rule "some name"
  7.  
  8. when
  9. $someFact:SomeFact($code:code)
  10. $listOfStrings contains $code
  11.  
  12. then
  13. // ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement