sS or2_trim(S a, S b) { a = trim(a); if (nempty(a)) ret a; ret trim(b); } sS or2_trim(S a, S b, S c) { ret or2_trim(or2_trim(a, b), c); }