!7 concept Bla { S name; } cmodule2 DBTest > DynPrintLog { start { db(); uniq(Bla, name := "yo"); pnl(list(Bla)); } }