!7 cmodule SomeELEAnswerModule > DynSCP { start { ele_onInputAndNow(lambda1 process); } Pt minimumSize() { ret pt(300, 300); } void process(S input) q { LS l = asList(ai_iterator_starPatternFromFirstWords(input)); setComponent(vstackWithSpacing(map(l, s -> withSideMargin(jLabelWithButtons(s, "+", null, "-", null, "Say", r { dm_say(s) }))))); } }