This might be an easy question that has already been answered, but I don’t know what to search in the forum.
For example, I’d like to get all the fruits user likes.
user: I like apple, banana, and pear.
user: I like apple and banana.
rule: I like _~fruit
_0 seems will be the last fruit entered.
I don’t know how many types of fruit the user will say, but would like to catch all of them.
Thanks for any help!