!7 cmodule AutoCompleteInput > DynQuickSearch { start { moduleDescForSearch = "Auto-Complete"; } LS calc_impl() { new LS out; S q = trim(this.query); if (swic(q, "current year is ")) out.add("current year is " + localYear()); ret out; } }