!7 p-substance { autoRestart(); final AutoComboBox2 box = autoComboBox2(f makeEntries); showForm( "", box, func { infoBox(getText(box)); false; }); } static L makeEntries(S s) { Map map = jsonDecodeMap(loadPageWithTimeout("http://smartbot.botcompany.de/autocomplete/" + urlencode(s)); S follow = getString(map, "follow"); if (empty(follow)) ret ll(); ret ll(s + follow); }