!7 concept Job { S programID, className; L outConcepts; L outStatements; } p { db(); } html { ret h2("Jobs") + p("Jobs: " + countConcepts(Job)); }