fork download
  1. is_tall(peter).
  2. is_short(john).
  3. is_short(greg).
  4. :-findall(X,is_tall(X),Res), length(Res,1), write(yes).
Success #stdin #stdout 0.03s 6204KB
stdin
Standard input is empty
stdout
yes