general { funcon-term: print(read, else(read, "OK")); } inputs { standard-in: 1; } tests { result-term: null-value; standard-out: [1, "OK"]; }