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