r2u2_cli 4.1.0

R2U2 CLI: A stream-based runtime monitor command-line interface
1
2
3
4
5
6
7
8
9
10
11
12
13
INPUT
    b0,b1,b2: bool;
  
DEFINE
    b_set := {b0,b1,b2};
    n := 1;
  
FTSPEC
    foreach(b:b_set)(b);
    forsome(b:b_set)(b);
    forexactly(b:b_set,n)(b);
    foratleast(b:b_set,n)(b);
    foratmost(b:b_set,n)(b);