Content deleted Content added
debug |
debug: see how many qualifiers |
||
Line 523:
-- *** implement assembleoutput later ***
-- out[#out] = out[#out] .. " (" .. table.concat(qlist, ", ") .. ")"
out[#out] = out[#out] .. " (" .. #qlist .. ")"▼
end
end
end -- of loop through qualifiers
|