static S hcommentIfNempty(O o) { S text = strOrNull(o); ret empty(text) ? "" : hcommentSafe(text); }