wfs-operator-experiment/tests/rule_block_challenge_2_null.in

12 lines
84 B
Plaintext
Raw Normal View History

2023-01-11 14:04:22 -07:00
delay2 -> -a.
a :- x, not b.
delay1.
delay2 :- delay1.
x :- not y.
y :- not x.