!7 p-substance { autoRestart(); final AutoComboBox2 box = autoComboBox2(f makeEntries); showForm( "", box, func { infoBox(getText(box)); false; }); } static L makeEntries(S s) { ret ll(s + " yes", s + " no"); }