!7 sclass SearchInStandardFunctionsList > DynTableWithSearcher { L calc() { ret data; } void start { data = new L; for (S name, S snippet : stdFunctions_cached()) { data.add(litorderedmap('Function := name, 'Snippet := snippet)); } } }