@verb #9611:"parse :_parse" this none this rxdo #7165 @program #9611:"parse :_parse" this none this {strings} = args strings = $string_utils:from_list({@strings}, " ") tokens = this:tokenise(strings) if (tokens[1] == "(") return this:parse_list(tokens)[2] else return this:parse_atom(tokens)[2] endif "Last modified by manta (#7165) on Wed Nov 14 14:04:10 2001 MST." .