/* units grouping for com/x/y/xy/label functions */ comlabfmt(fmt) { local fmtstr; if (argc < 1) { fmt = 0; } fmtstr = (fmt) ? "[%s]" : "(%s)"; return(fmtstr); }