!7 concept Entry { S text; int index; } cmodule ELEListOfEverything > DynCRUD { L concepts() enter { ret conceptsSortedByField(Entry, 'index); } }