!7 p-substance { autoRestart(); final AutoComboBox box = autoComboBox(ll("Hello", "World")); showForm( "", box, func { infoBox(getText(box)); false; }); }