I want to ask how to get more than one word of input to put in mems,
in my case it's like this:
```
mem: Save
Q: this_is_the_input $y
A: Answer saved
K: $y Save! %
--
```
this code only usable to catch one word input from user, but i wanted to get all the input after "
this_is_the_input
", is there another method to do this? thankyou