!752 p { makeBot(); } answer { if "how many elements are in the list *" ret lstr(parseList($1)); } static L parseList(S s) { ret (L) flexFunction("parseList", s); } static L parseList_default(S s) { ret unquoteAll(codeTokens(dropPunctuation(javaTok(s)))); }