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