if (tags:count(,) > 5) return "too many" else return "" endif
{cmp(tags:count(','), 5, "", "", "too many")}